diff options
Diffstat (limited to 'ext/spl/tests/SplFixedArray__construct_param_null.phpt')
-rw-r--r-- | ext/spl/tests/SplFixedArray__construct_param_null.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray__construct_param_null.phpt b/ext/spl/tests/SplFixedArray__construct_param_null.phpt index 3b1543d4dc..4685c20b29 100644 --- a/ext/spl/tests/SplFixedArray__construct_param_null.phpt +++ b/ext/spl/tests/SplFixedArray__construct_param_null.phpt @@ -10,7 +10,7 @@ $array = new SplFixedArray( NULL ); print_r( $array ); ?> ---EXPECTF-- +--EXPECT-- SplFixedArray Object ( )
\ No newline at end of file |