diff options
Diffstat (limited to 'ext/spl/tests/bug41691.phpt')
-rw-r--r-- | ext/spl/tests/bug41691.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug41691.phpt b/ext/spl/tests/bug41691.phpt index aa6d6657e0..11fe80817c 100644 --- a/ext/spl/tests/bug41691.phpt +++ b/ext/spl/tests/bug41691.phpt @@ -17,7 +17,7 @@ var_dump($a->exchangeArray(array('a'=>1,'b'=>1,'c'=>1))); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- array(3) { ["a"]=> NULL |