diff options
Diffstat (limited to 'ext/spl/tests/SplFixedArray__construct_param_array.phpt')
-rw-r--r-- | ext/spl/tests/SplFixedArray__construct_param_array.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray__construct_param_array.phpt b/ext/spl/tests/SplFixedArray__construct_param_array.phpt index d63d7cca54..1d78695d4a 100644 --- a/ext/spl/tests/SplFixedArray__construct_param_array.phpt +++ b/ext/spl/tests/SplFixedArray__construct_param_array.phpt @@ -9,4 +9,4 @@ $array = new SplFixedArray( array("string", 1) ); ?> --EXPECTF-- -Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d
\ No newline at end of file +Warning: SplFixedArray::__construct() expects parameter 1 to be integer, array given in %s on line %d
\ No newline at end of file |