diff options
Diffstat (limited to 'Zend/tests/offset_bool.phpt')
-rw-r--r-- | Zend/tests/offset_bool.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/offset_bool.phpt b/Zend/tests/offset_bool.phpt index 9bf8a89da7..f9bfeeac3e 100644 --- a/Zend/tests/offset_bool.phpt +++ b/Zend/tests/offset_bool.phpt @@ -24,7 +24,7 @@ var_dump($bool[$arr]); echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- NULL NULL NULL |