diff --git a/resources/functionMap.php b/resources/functionMap.php index 69f6c0cbd3..6a503e2d59 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -3312,8 +3312,8 @@ 'get_include_path' => ['string|false'], 'get_included_files' => ['array'], 'get_loaded_extensions' => ['list', 'zend_extensions='=>'bool'], -'get_magic_quotes_gpc' => ['bool'], -'get_magic_quotes_runtime' => ['bool'], +'get_magic_quotes_gpc' => ['false'], +'get_magic_quotes_runtime' => ['false'], 'get_meta_tags' => ['array|false', 'filename'=>'string', 'use_include_path='=>'bool'], 'get_object_vars' => ['array', 'obj'=>'object'], 'get_parent_class' => ['class-string|false', 'object='=>'mixed'],