We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613d737 commit 1590246Copy full SHA for 1590246
Zend/tests/unset_non_array.phpt
@@ -95,13 +95,17 @@ try {
95
?>
96
--EXPECTF--
97
Warning: Undefined variable $x in %s on line %d
98
+
99
+Deprecated: Unsetting offset in a false variable is deprecated in %s
100
Cannot unset offset in a non-array variable
101
102
103
Cannot unset string offsets
104
Cannot use object of type stdClass as array
105
106
107
108
+Deprecated: Automatic conversion of false to array is deprecated in %s
109
110
111
0 commit comments