Skip to content

Commit 1590246

Browse files
kamil-tekielanikic
authored andcommitted
Update Nikita's test
1 parent 613d737 commit 1590246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/tests/unset_non_array.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,17 @@ try {
9595
?>
9696
--EXPECTF--
9797
Warning: Undefined variable $x in %s on line %d
98+
99+
Deprecated: Unsetting offset in a false variable is deprecated in %s
98100
Cannot unset offset in a non-array variable
99101
Cannot unset offset in a non-array variable
100102
Cannot unset offset in a non-array variable
101103
Cannot unset string offsets
102104
Cannot use object of type stdClass as array
103105

104106
Warning: Undefined variable $x in %s on line %d
107+
108+
Deprecated: Automatic conversion of false to array is deprecated in %s
105109
Cannot unset offset in a non-array variable
106110
Cannot unset offset in a non-array variable
107111
Cannot unset offset in a non-array variable

0 commit comments

Comments
 (0)