diff options
author | Nikita Popov <nikic@php.net> | 2016-11-22 22:46:34 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-11-22 22:46:34 +0100 |
commit | ae38b9eeb6836f2266786c00f1a7b19c238c1bef (patch) | |
tree | 4044568899e050f8b08d5733640bb64057cbbd80 /ext/spl | |
parent | 7dbdf2db831ad0e3dbb373be619432c93753fae5 (diff) | |
download | php-git-ae38b9eeb6836f2266786c00f1a7b19c238c1bef.tar.gz |
Fix test
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"]=> |