From 6ea20168cfda4163de87011f6171293e8e2a7d74 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 7 Oct 2024 11:34:21 +0200 Subject: [PATCH 1/3] functionMap: more precise get_defined_vars --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index 5ea2533985..f8c4bf30e0 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -3305,7 +3305,7 @@ 'get_declared_traits' => ['list'], 'get_defined_constants' => ['array', 'categorize='=>'bool'], 'get_defined_functions' => ['array{internal:non-empty-list,user:list}', 'exclude_disabled='=>'bool'], -'get_defined_vars' => ['array'], +'get_defined_vars' => ['array'], 'get_extension_funcs' => ['list|false', 'extension_name'=>'string'], 'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'], 'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'], From e7b011c24ef625b8032327fbef0d7d41bb3f4078 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 7 Oct 2024 16:04:17 +0200 Subject: [PATCH 2/3] Update resources/functionMap.php Co-authored-by: Markus Staab --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index f8c4bf30e0..c018505328 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -3305,7 +3305,7 @@ 'get_declared_traits' => ['list'], 'get_defined_constants' => ['array', 'categorize='=>'bool'], 'get_defined_functions' => ['array{internal:non-empty-list,user:list}', 'exclude_disabled='=>'bool'], -'get_defined_vars' => ['array'], +'get_defined_vars' => ['array'], 'get_extension_funcs' => ['list|false', 'extension_name'=>'string'], 'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'], 'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'], From 825aedf506d669158b124adbdafba456c7e09f94 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 7 Oct 2024 17:14:09 +0200 Subject: [PATCH 3/3] Update functionMap.php --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index c018505328..f8c4bf30e0 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -3305,7 +3305,7 @@ 'get_declared_traits' => ['list'], 'get_defined_constants' => ['array', 'categorize='=>'bool'], 'get_defined_functions' => ['array{internal:non-empty-list,user:list}', 'exclude_disabled='=>'bool'], -'get_defined_vars' => ['array'], +'get_defined_vars' => ['array'], 'get_extension_funcs' => ['list|false', 'extension_name'=>'string'], 'get_headers' => ['array|false', 'url'=>'string', 'format='=>'int', 'context='=>'resource'], 'get_html_translation_table' => ['array', 'table='=>'int', 'flags='=>'int', 'encoding='=>'string'],