diff options
Diffstat (limited to 'ext/spl/tests/SplTempFileObject_constructor_error.phpt')
-rw-r--r-- | ext/spl/tests/SplTempFileObject_constructor_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplTempFileObject_constructor_error.phpt b/ext/spl/tests/SplTempFileObject_constructor_error.phpt index 37b00991ff..aaf2738915 100644 --- a/ext/spl/tests/SplTempFileObject_constructor_error.phpt +++ b/ext/spl/tests/SplTempFileObject_constructor_error.phpt @@ -9,4 +9,4 @@ try { } ?> --EXPECT-- -SplTempFileObject::__construct() expects parameter 1 to be int, string given +SplTempFileObject::__construct() expects argument #1 ($max_memory) to be of type int, string given |