|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: d5551634e47c94d2daf3603e166ef9f7ae29bb34 */ |
| 2 | + * Stub hash: bb546b06ea5b8c98064dd64cb3a1b8f04ffbf031 */ |
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)
|
@@ -500,7 +500,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_restore, 0, 1, IS_VOID, 0)
|
500 | 500 | ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
|
501 | 501 | ZEND_END_ARG_INFO()
|
502 | 502 |
|
503 |
| -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_bytes, 0, 1, IS_LONG, 0) |
| 503 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_parse_quantity, 0, 1, IS_LONG, 0) |
504 | 504 | ZEND_ARG_TYPE_INFO(0, shorthand, IS_STRING, 0)
|
505 | 505 | ZEND_END_ARG_INFO()
|
506 | 506 |
|
@@ -2361,7 +2361,7 @@ ZEND_FUNCTION(ini_get);
|
2361 | 2361 | ZEND_FUNCTION(ini_get_all);
|
2362 | 2362 | ZEND_FUNCTION(ini_set);
|
2363 | 2363 | ZEND_FUNCTION(ini_restore);
|
2364 |
| -ZEND_FUNCTION(ini_bytes); |
| 2364 | +ZEND_FUNCTION(ini_parse_quantity); |
2365 | 2365 | ZEND_FUNCTION(set_include_path);
|
2366 | 2366 | ZEND_FUNCTION(get_include_path);
|
2367 | 2367 | ZEND_FUNCTION(print_r);
|
@@ -2994,7 +2994,7 @@ static const zend_function_entry ext_functions[] = {
|
2994 | 2994 | ZEND_FE(ini_set, arginfo_ini_set)
|
2995 | 2995 | ZEND_FALIAS(ini_alter, ini_set, arginfo_ini_alter)
|
2996 | 2996 | ZEND_FE(ini_restore, arginfo_ini_restore)
|
2997 |
| - ZEND_FE(ini_bytes, arginfo_ini_bytes) |
| 2997 | + ZEND_FE(ini_parse_quantity, arginfo_ini_parse_quantity) |
2998 | 2998 | ZEND_FE(set_include_path, arginfo_set_include_path)
|
2999 | 2999 | ZEND_FE(get_include_path, arginfo_get_include_path)
|
3000 | 3000 | ZEND_FE(print_r, arginfo_print_r)
|
|
0 commit comments