Skip to content

Commit a26290e

Browse files
committed
Regenerate arginfo
1 parent beadd92 commit a26290e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ext/standard/basic_functions_arginfo.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 29f2ff95da2c07a61f23729da63ada536d2980d1 */
2+
* Stub hash: eca9cef1f56f798ea1e09e3612c99b11eacb4d2a */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
@@ -484,10 +484,6 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_ini_get, 0, 1, MAY_BE_STRING|MAY
484484
ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
485485
ZEND_END_ARG_INFO()
486486

487-
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_ini_bytes, 0, 1, MAY_BE_LONG)
488-
ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
489-
ZEND_END_ARG_INFO()
490-
491487
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_ini_get_all, 0, 0, MAY_BE_ARRAY|MAY_BE_FALSE)
492488
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
493489
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, details, _IS_BOOL, 0, "true")
@@ -2362,10 +2358,10 @@ ZEND_FUNCTION(highlight_file);
23622358
ZEND_FUNCTION(php_strip_whitespace);
23632359
ZEND_FUNCTION(highlight_string);
23642360
ZEND_FUNCTION(ini_get);
2365-
ZEND_FUNCTION(ini_bytes);
23662361
ZEND_FUNCTION(ini_get_all);
23672362
ZEND_FUNCTION(ini_set);
23682363
ZEND_FUNCTION(ini_restore);
2364+
ZEND_FUNCTION(ini_parse_quantity);
23692365
ZEND_FUNCTION(set_include_path);
23702366
ZEND_FUNCTION(get_include_path);
23712367
ZEND_FUNCTION(print_r);
@@ -2994,11 +2990,11 @@ static const zend_function_entry ext_functions[] = {
29942990
ZEND_FE(php_strip_whitespace, arginfo_php_strip_whitespace)
29952991
ZEND_FE(highlight_string, arginfo_highlight_string)
29962992
ZEND_FE(ini_get, arginfo_ini_get)
2997-
ZEND_FE(ini_bytes, arginfo_ini_bytes)
29982993
ZEND_FE(ini_get_all, arginfo_ini_get_all)
29992994
ZEND_FE(ini_set, arginfo_ini_set)
30002995
ZEND_FALIAS(ini_alter, ini_set, arginfo_ini_alter)
30012996
ZEND_FE(ini_restore, arginfo_ini_restore)
2997+
ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity)
30022998
ZEND_FE(set_include_path, arginfo_set_include_path)
30032999
ZEND_FE(get_include_path, arginfo_get_include_path)
30043000
ZEND_FE(print_r, arginfo_print_r)

0 commit comments

Comments
 (0)