summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/internal_function_strict_mode.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/type_declarations/internal_function_strict_mode.phpt')
-rw-r--r--Zend/tests/type_declarations/internal_function_strict_mode.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/type_declarations/internal_function_strict_mode.phpt b/Zend/tests/type_declarations/internal_function_strict_mode.phpt
index 04c59ae341..455164f327 100644
--- a/Zend/tests/type_declarations/internal_function_strict_mode.phpt
+++ b/Zend/tests/type_declarations/internal_function_strict_mode.phpt
@@ -30,6 +30,6 @@ try {
*** Trying Ord With Integer
*** Caught ord(): Argument #1 ($character) must be of type string, int given
*** Trying Array Map With Invalid Callback
-*** Caught array_map(): Argument #1 ($callback) must be a valid callback, first array member is not a valid class name or object
+*** Caught array_map(): Argument #1 ($callback) must be a valid callback or null, first array member is not a valid class name or object
*** Trying Strlen With Float
*** Caught strlen(): Argument #1 ($str) must be of type string, float given