JRequest::getInt returns a string instead of a integer when magic_quotes is on. cause of issue https://github.com/joomla/joomla-cms/blob/master/libraries/joomla/environment/request.php#L155 , don't know if JInput is also affected by this bug.