summaryrefslogtreecommitdiff
path: root/ext/standard/tests/dir/scandir_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/dir/scandir_variation2.phpt')
-rw-r--r--ext/standard/tests/dir/scandir_variation2.phpt16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/tests/dir/scandir_variation2.phpt b/ext/standard/tests/dir/scandir_variation2.phpt
index 0d8199b39a..bed9512e77 100644
--- a/ext/standard/tests/dir/scandir_variation2.phpt
+++ b/ext/standard/tests/dir/scandir_variation2.phpt
@@ -229,37 +229,37 @@ array(2) {
-- Iteration 16 --
-Warning: scandir() expects parameter 2 to be long, string given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 17 --
-Warning: scandir() expects parameter 2 to be long, string given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 18 --
-Warning: scandir() expects parameter 2 to be long, array given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, array given in %s on line %d
NULL
-- Iteration 19 --
-Warning: scandir() expects parameter 2 to be long, string given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 20 --
-Warning: scandir() expects parameter 2 to be long, string given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 21 --
-Warning: scandir() expects parameter 2 to be long, string given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, string given in %s on line %d
NULL
-- Iteration 22 --
-Warning: scandir() expects parameter 2 to be long, object given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, object given in %s on line %d
NULL
-- Iteration 23 --
@@ -280,6 +280,6 @@ array(2) {
-- Iteration 25 --
-Warning: scandir() expects parameter 2 to be long, resource given in %s on line %d
+Warning: scandir() expects parameter 2 to be integer, resource given in %s on line %d
NULL
===DONE===