diff options
Diffstat (limited to 'ext/spl/tests/fixedarray_009.phpt')
-rw-r--r-- | ext/spl/tests/fixedarray_009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/fixedarray_009.phpt b/ext/spl/tests/fixedarray_009.phpt index 71d6a42a6f..6dc6e4cbca 100644 --- a/ext/spl/tests/fixedarray_009.phpt +++ b/ext/spl/tests/fixedarray_009.phpt @@ -10,4 +10,4 @@ try { } ?> --EXPECT-- -Ok - SplFixedArray::__construct() expects parameter 1 to be int, string given +Ok - SplFixedArray::__construct() expects argument #1 ($size) to be of type int, string given |