diff options
Diffstat (limited to 'ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt')
-rw-r--r-- | ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt b/ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt index e20e9918d7..160601aefb 100644 --- a/ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt +++ b/ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt @@ -7,4 +7,4 @@ var_dump($ao->offsetExists('foo')); ?> --EXPECT-- -bool(true)
\ No newline at end of file +bool(true) |