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 b15579edca..57832e7c30 100644 --- a/ext/spl/tests/SplFixedArray__construct_param_array.phpt +++ b/ext/spl/tests/SplFixedArray__construct_param_array.phpt @@ -13,4 +13,4 @@ try { ?> --EXPECTF-- -Ok - SplFixedArray::__construct() expects parameter 1 to be integer, array given +Ok - SplFixedArray::__construct() expects parameter 1 to be int, array given |