11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: b1c51fabe59bba6706500365f3eb7d9676d625f6 */
2+ * Stub hash: 86b8a270e7dba30ca2f79c6261eb866871ca40a7 */
33
44ZEND_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 )
485485ZEND_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-
491487ZEND_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" )
@@ -504,6 +500,10 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_restore, 0, 1, IS_VOID, 0)
504500 ZEND_ARG_TYPE_INFO (0 , option , IS_STRING , 0 )
505501ZEND_END_ARG_INFO ()
506502
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+
507507ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX (arginfo_set_include_path , 0 , 1 , MAY_BE_STRING |MAY_BE_FALSE )
508508 ZEND_ARG_TYPE_INFO (0 , include_path , IS_STRING , 0 )
509509ZEND_END_ARG_INFO ()
@@ -2358,10 +2358,10 @@ ZEND_FUNCTION(highlight_file);
23582358ZEND_FUNCTION (php_strip_whitespace );
23592359ZEND_FUNCTION (highlight_string );
23602360ZEND_FUNCTION (ini_get );
2361- ZEND_FUNCTION (ini_bytes );
23622361ZEND_FUNCTION (ini_get_all );
23632362ZEND_FUNCTION (ini_set );
23642363ZEND_FUNCTION (ini_restore );
2364+ ZEND_FUNCTION (ini_bytes );
23652365ZEND_FUNCTION (set_include_path );
23662366ZEND_FUNCTION (get_include_path );
23672367ZEND_FUNCTION (print_r );
@@ -2990,11 +2990,11 @@ static const zend_function_entry ext_functions[] = {
29902990 ZEND_FE (php_strip_whitespace , arginfo_php_strip_whitespace )
29912991 ZEND_FE (highlight_string , arginfo_highlight_string )
29922992 ZEND_FE (ini_get , arginfo_ini_get )
2993- ZEND_FE (ini_bytes , arginfo_ini_bytes )
29942993 ZEND_FE (ini_get_all , arginfo_ini_get_all )
29952994 ZEND_FE (ini_set , arginfo_ini_set )
29962995 ZEND_FALIAS (ini_alter , ini_set , arginfo_ini_alter )
29972996 ZEND_FE (ini_restore , arginfo_ini_restore )
2997+ ZEND_FE (ini_bytes , arginfo_ini_bytes )
29982998 ZEND_FE (set_include_path , arginfo_set_include_path )
29992999 ZEND_FE (get_include_path , arginfo_get_include_path )
30003000 ZEND_FE (print_r , arginfo_print_r )
0 commit comments