mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove incorrect RC1 annotation for get_include_path() (#17301)
This annotation is wrong since GH-17294.
This commit is contained in:
parent
6ab38b52d3
commit
ecb90c1db7
3 changed files with 1 additions and 3 deletions
|
@ -434,7 +434,6 @@ static const func_info_t func_infos[] = {
|
|||
F1("highlight_string", MAY_BE_STRING|MAY_BE_TRUE),
|
||||
F1("ini_get_all", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_STRING|MAY_BE_ARRAY_OF_ARRAY|MAY_BE_ARRAY_OF_NULL|MAY_BE_FALSE),
|
||||
F1("set_include_path", MAY_BE_STRING|MAY_BE_FALSE),
|
||||
F1("get_include_path", MAY_BE_STRING|MAY_BE_FALSE),
|
||||
F1("print_r", MAY_BE_STRING|MAY_BE_TRUE),
|
||||
#if defined(HAVE_GETSERVBYPORT)
|
||||
F1("getservbyport", MAY_BE_STRING|MAY_BE_FALSE),
|
||||
|
|
|
@ -2026,7 +2026,6 @@ function ini_parse_quantity(string $shorthand): int {}
|
|||
/** @refcount 1 */
|
||||
function set_include_path(string $include_path): string|false {}
|
||||
|
||||
/** @refcount 1 */
|
||||
function get_include_path(): string|false {}
|
||||
|
||||
/** @refcount 1 */
|
||||
|
|
2
ext/standard/basic_functions_arginfo.h
generated
2
ext/standard/basic_functions_arginfo.h
generated
|
@ -1,5 +1,5 @@
|
|||
/* This is a generated file, edit the .stub.php file instead.
|
||||
* Stub hash: e277d3a5699db6aeedb08642720be841dc37d683 */
|
||||
* Stub hash: b0a0ccc94c6db2831f7f0b8e67562cd6a734fcdf */
|
||||
|
||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
||||
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue