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[] = { /* {{{ */
3047
3047
PHP_FE (ini_restore , arginfo_ini_restore )
3048
3048
PHP_FE (get_include_path , arginfo_get_include_path )
3049
3049
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 )
3051
3051
3052
3052
PHP_FE (setcookie , arginfo_setcookie )
3053
3053
PHP_FE (setrawcookie , arginfo_setrawcookie )
Original file line number Diff line number Diff line change @@ -46,8 +46,12 @@ string(1) "."
46
46
47
47
Warning: get_include_path() expects exactly 0 parameters, 1 given in %s on line %d
48
48
NULL
49
+
50
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
49
51
NULL
50
52
53
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
54
+
51
55
Warning: restore_include_path() expects exactly 0 parameters, 1 given in %s on line %d
52
56
NULL
53
57
56
60
string(1) "."
57
61
string(1) "."
58
62
string(3) "var"
63
+
64
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
59
65
NULL
60
66
string(1) "."
61
67
string(1) "."
62
68
string(14) ".:/path/to/dir"
69
+
70
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
63
71
NULL
64
72
string(1) "."
65
73
bool(false)
66
74
string(1) "."
75
+
76
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
67
77
NULL
68
78
string(1) "."
69
79
70
80
Warning: set_include_path() expects parameter 1 to be a valid path, array given in %s on line %d
71
81
NULL
72
82
string(1) "."
83
+
84
+ Deprecated: Function restore_include_path() is deprecated in %s on line %d
73
85
NULL
74
86
string(1) "."
75
87
Done
You can’t perform that action at this time.
0 commit comments