summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_search_errors.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_search_errors.phpt')
-rw-r--r--ext/standard/tests/array/array_search_errors.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_search_errors.phpt b/ext/standard/tests/array/array_search_errors.phpt
index 0127f62cbc..90502b2f53 100644
--- a/ext/standard/tests/array/array_search_errors.phpt
+++ b/ext/standard/tests/array/array_search_errors.phpt
@@ -39,6 +39,6 @@ NULL
Warning: array_search() expects parameter 2 to be array, string given in %s on line %d
NULL
-Warning: array_search() expects parameter 2 to be array, integer given in %s on line %d
+Warning: array_search() expects parameter 2 to be array, int given in %s on line %d
NULL
Done