From cab0f21c4da3b7c1af6bfe0263d7024f890ef3f7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 3 Jan 2022 21:24:23 +0100 Subject: [PATCH] These functions return false since PHP 5.4. --- resources/functionMap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],