From 4a8f680f3431faa7cbdbb7c60b2b43884793b8a8 Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Wed, 9 Dec 2020 10:05:04 +0100 Subject: [PATCH] Fix wrong function signature of get_include_path() --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index 920d19d515..ac67d4286f 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -3314,7 +3314,7 @@ 'get_extension_funcs' => ['array', 'extension_name'=>'string'], 'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'], 'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'], -'get_include_path' => ['string'], +'get_include_path' => ['string|false'], 'get_included_files' => ['array'], 'get_loaded_extensions' => ['array', 'zend_extensions='=>'bool'], 'get_magic_quotes_gpc' => ['bool'],