1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: b1c51fabe59bba6706500365f3eb7d9676d625f6 */
2
+ * Stub hash: 86b8a270e7dba30ca2f79c6261eb866871ca40a7 */
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" )
@@ -504,6 +500,10 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_restore, 0, 1, IS_VOID, 0)
504
500
ZEND_ARG_TYPE_INFO (0 , option , IS_STRING , 0 )
505
501
ZEND_END_ARG_INFO ()
506
502
503
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_ini_bytes , 0 , 1 , IS_LONG , 0 )
504
+ ZEND_ARG_TYPE_INFO (0 , option , IS_STRING , 0 )
505
+ ZEND_END_ARG_INFO ()
506
+
507
507
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX (arginfo_set_include_path , 0 , 1 , MAY_BE_STRING |MAY_BE_FALSE )
508
508
ZEND_ARG_TYPE_INFO (0 , include_path , IS_STRING , 0 )
509
509
ZEND_END_ARG_INFO ()
@@ -2358,10 +2358,10 @@ ZEND_FUNCTION(highlight_file);
2358
2358
ZEND_FUNCTION (php_strip_whitespace );
2359
2359
ZEND_FUNCTION (highlight_string );
2360
2360
ZEND_FUNCTION (ini_get );
2361
- ZEND_FUNCTION (ini_bytes );
2362
2361
ZEND_FUNCTION (ini_get_all );
2363
2362
ZEND_FUNCTION (ini_set );
2364
2363
ZEND_FUNCTION (ini_restore );
2364
+ ZEND_FUNCTION (ini_bytes );
2365
2365
ZEND_FUNCTION (set_include_path );
2366
2366
ZEND_FUNCTION (get_include_path );
2367
2367
ZEND_FUNCTION (print_r );
@@ -2990,11 +2990,11 @@ static const zend_function_entry ext_functions[] = {
2990
2990
ZEND_FE (php_strip_whitespace , arginfo_php_strip_whitespace )
2991
2991
ZEND_FE (highlight_string , arginfo_highlight_string )
2992
2992
ZEND_FE (ini_get , arginfo_ini_get )
2993
- ZEND_FE (ini_bytes , arginfo_ini_bytes )
2994
2993
ZEND_FE (ini_get_all , arginfo_ini_get_all )
2995
2994
ZEND_FE (ini_set , arginfo_ini_set )
2996
2995
ZEND_FALIAS (ini_alter , ini_set , arginfo_ini_alter )
2997
2996
ZEND_FE (ini_restore , arginfo_ini_restore )
2997
+ ZEND_FE (ini_bytes , arginfo_ini_bytes )
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