Remove incorrect RC1 annotation for get_include_path() (#17301)

This annotation is wrong since GH-17294.
This commit is contained in:
Niels Dossche 2024-12-30 14:38:30 +01:00 committed by GitHub
parent 6ab38b52d3
commit ecb90c1db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View file

@ -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),

View file

@ -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 */

View file

@ -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)