diff options
Diffstat (limited to 'ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt')
-rw-r--r-- | ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt b/ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt index 6582f847bd..e91f110cd4 100644 --- a/ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt +++ b/ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt @@ -8,6 +8,6 @@ $array = new SplFixedArray(new SplFixedArray(3)); var_dump($array); ?> --EXPECTF-- -Warning: SplFixedArray::__construct() expects parameter 1 to be long, object given in %s on line %d +Warning: SplFixedArray::__construct() expects parameter 1 to be integer, object given in %s on line %d object(SplFixedArray)#1 (0) { }
\ No newline at end of file |