summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray__construct_param_null.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplFixedArray__construct_param_null.phpt')
-rw-r--r--ext/spl/tests/SplFixedArray__construct_param_null.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray__construct_param_null.phpt b/ext/spl/tests/SplFixedArray__construct_param_null.phpt
index 919c72021a..acd9d44af5 100644
--- a/ext/spl/tests/SplFixedArray__construct_param_null.phpt
+++ b/ext/spl/tests/SplFixedArray__construct_param_null.phpt
@@ -10,7 +10,8 @@ $array = new SplFixedArray( NULL );
print_r( $array );
?>
---EXPECT--
+--EXPECTF--
+Deprecated: SplFixedArray::__construct(): Passing null to parameter #1 ($size) of type int is deprecated in %s on line %d
SplFixedArray Object
(
)