Skip to content

Commit ecb90c1

Browse files
authored
Remove incorrect RC1 annotation for get_include_path() (#17301)
This annotation is wrong since GH-17294.
1 parent 6ab38b5 commit ecb90c1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Zend/Optimizer/zend_func_infos.h

-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ static const func_info_t func_infos[] = {
434434
F1("highlight_string", MAY_BE_STRING|MAY_BE_TRUE),
435435
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),
436436
F1("set_include_path", MAY_BE_STRING|MAY_BE_FALSE),
437-
F1("get_include_path", MAY_BE_STRING|MAY_BE_FALSE),
438437
F1("print_r", MAY_BE_STRING|MAY_BE_TRUE),
439438
#if defined(HAVE_GETSERVBYPORT)
440439
F1("getservbyport", MAY_BE_STRING|MAY_BE_FALSE),

ext/standard/basic_functions.stub.php

-1
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,6 @@ function ini_parse_quantity(string $shorthand): int {}
20262026
/** @refcount 1 */
20272027
function set_include_path(string $include_path): string|false {}
20282028

2029-
/** @refcount 1 */
20302029
function get_include_path(): string|false {}
20312030

20322031
/** @refcount 1 */

ext/standard/basic_functions_arginfo.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)