diff options
Diffstat (limited to 'ext/spl')
-rw-r--r-- | ext/spl/tests/array_017.phpt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ext/spl/tests/array_017.phpt b/ext/spl/tests/array_017.phpt index 8f3d345438..ed1286332c 100644 --- a/ext/spl/tests/array_017.phpt +++ b/ext/spl/tests/array_017.phpt @@ -139,7 +139,9 @@ array(3) { ["Flags"]=> int(0) ["OVars"]=> - array(2) { + array(3) { + [0]=> + int(1) ["a"]=> int(25) ["pub1"]=> @@ -176,7 +178,9 @@ array(3) { ["Flags"]=> int(0) ["OVars"]=> - array(2) { + array(3) { + [0]=> + int(1) ["a"]=> int(25) ["pub1"]=> @@ -238,7 +242,9 @@ array(3) { ["Flags"]=> int(0) ["OVars"]=> - array(2) { + array(3) { + [0]=> + int(1) ["a"]=> int(25) ["pub1"]=> |