File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3047,7 +3047,7 @@ static const zend_function_entry basic_functions[] = { /* {{{ */
30473047 PHP_FE (ini_restore , arginfo_ini_restore )
30483048 PHP_FE (get_include_path , arginfo_get_include_path )
30493049 PHP_FE (set_include_path , arginfo_set_include_path )
3050- PHP_FE (restore_include_path , arginfo_restore_include_path )
3050+ PHP_DEP_FE (restore_include_path , arginfo_restore_include_path )
30513051
30523052 PHP_FE (setcookie , arginfo_setcookie )
30533053 PHP_FE (setrawcookie , arginfo_setrawcookie )
Original file line number Diff line number Diff line change @@ -46,8 +46,12 @@ string(1) "."
4646
4747Warning: get_include_path() expects exactly 0 parameters, 1 given in %s on line %d
4848NULL
49+
50+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
4951NULL
5052
53+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
54+
5155Warning: restore_include_path() expects exactly 0 parameters, 1 given in %s on line %d
5256NULL
5357
5660string(1) "."
5761string(1) "."
5862string(3) "var"
63+
64+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
5965NULL
6066string(1) "."
6167string(1) "."
6268string(14) ".:/path/to/dir"
69+
70+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
6371NULL
6472string(1) "."
6573bool(false)
6674string(1) "."
75+
76+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
6777NULL
6878string(1) "."
6979
7080Warning: set_include_path() expects parameter 1 to be a valid path, array given in %s on line %d
7181NULL
7282string(1) "."
83+
84+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
7385NULL
7486string(1) "."
7587Done
You can’t perform that action at this time.
0 commit comments