|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 29f2ff95da2c07a61f23729da63ada536d2980d1 */ |
| 2 | + * Stub hash: eca9cef1f56f798ea1e09e3612c99b11eacb4d2a */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
5 | 5 | 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
|
484 | 484 | ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
|
485 | 485 | ZEND_END_ARG_INFO()
|
486 | 486 |
|
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 |
| - |
491 | 487 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_ini_get_all, 0, 0, MAY_BE_ARRAY|MAY_BE_FALSE)
|
492 | 488 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
|
493 | 489 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, details, _IS_BOOL, 0, "true")
|
@@ -2362,10 +2358,10 @@ ZEND_FUNCTION(highlight_file);
|
2362 | 2358 | ZEND_FUNCTION(php_strip_whitespace);
|
2363 | 2359 | ZEND_FUNCTION(highlight_string);
|
2364 | 2360 | ZEND_FUNCTION(ini_get);
|
2365 |
| -ZEND_FUNCTION(ini_bytes); |
2366 | 2361 | ZEND_FUNCTION(ini_get_all);
|
2367 | 2362 | ZEND_FUNCTION(ini_set);
|
2368 | 2363 | ZEND_FUNCTION(ini_restore);
|
| 2364 | +ZEND_FUNCTION(ini_parse_quantity); |
2369 | 2365 | ZEND_FUNCTION(set_include_path);
|
2370 | 2366 | ZEND_FUNCTION(get_include_path);
|
2371 | 2367 | ZEND_FUNCTION(print_r);
|
@@ -2994,11 +2990,11 @@ static const zend_function_entry ext_functions[] = {
|
2994 | 2990 | ZEND_FE(php_strip_whitespace, arginfo_php_strip_whitespace)
|
2995 | 2991 | ZEND_FE(highlight_string, arginfo_highlight_string)
|
2996 | 2992 | ZEND_FE(ini_get, arginfo_ini_get)
|
2997 |
| - ZEND_FE(ini_bytes, arginfo_ini_bytes) |
2998 | 2993 | ZEND_FE(ini_get_all, arginfo_ini_get_all)
|
2999 | 2994 | ZEND_FE(ini_set, arginfo_ini_set)
|
3000 | 2995 | ZEND_FALIAS(ini_alter, ini_set, arginfo_ini_alter)
|
3001 | 2996 | ZEND_FE(ini_restore, arginfo_ini_restore)
|
| 2997 | + ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity) |
3002 | 2998 | ZEND_FE(set_include_path, arginfo_set_include_path)
|
3003 | 2999 | ZEND_FE(get_include_path, arginfo_get_include_path)
|
3004 | 3000 | ZEND_FE(print_r, arginfo_print_r)
|
|
0 commit comments