summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_split_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/str_split_variation2.phpt')
-rw-r--r--ext/standard/tests/strings/str_split_variation2.phpt24
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/standard/tests/strings/str_split_variation2.phpt b/ext/standard/tests/strings/str_split_variation2.phpt
index 423d9d894c..42a5d5ab38 100644
--- a/ext/standard/tests/strings/str_split_variation2.phpt
+++ b/ext/standard/tests/strings/str_split_variation2.phpt
@@ -111,7 +111,7 @@ Warning: str_split(): The length of each segment must be greater than zero in %s
bool(false)
--Iteration 3 --
-Warning: str_split() expects parameter 2 to be long, double given in %s on line %d
+Warning: str_split() expects parameter 2 to be integer, float given in %s on line %d
NULL
--Iteration 4 --
@@ -123,23 +123,23 @@ Warning: str_split(): The length of each segment must be greater than zero in %s
bool(false)
--Iteration 6 --
-Warning: str_split() expects parameter 2 to be long, array given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, array given in %sstr_split_variation2.php on line %d
NULL
--Iteration 7 --
-Warning: str_split() expects parameter 2 to be long, array given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, array given in %sstr_split_variation2.php on line %d
NULL
--Iteration 8 --
-Warning: str_split() expects parameter 2 to be long, array given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, array given in %sstr_split_variation2.php on line %d
NULL
--Iteration 9 --
-Warning: str_split() expects parameter 2 to be long, array given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, array given in %sstr_split_variation2.php on line %d
NULL
--Iteration 10 --
-Warning: str_split() expects parameter 2 to be long, array given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, array given in %sstr_split_variation2.php on line %d
NULL
--Iteration 11 --
@@ -257,23 +257,23 @@ Warning: str_split(): The length of each segment must be greater than zero in %s
bool(false)
--Iteration 17 --
-Warning: str_split() expects parameter 2 to be long, string given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, string given in %sstr_split_variation2.php on line %d
NULL
--Iteration 18 --
-Warning: str_split() expects parameter 2 to be long, string given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, string given in %sstr_split_variation2.php on line %d
NULL
--Iteration 19 --
-Warning: str_split() expects parameter 2 to be long, string given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, string given in %sstr_split_variation2.php on line %d
NULL
--Iteration 20 --
-Warning: str_split() expects parameter 2 to be long, string given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, string given in %sstr_split_variation2.php on line %d
NULL
--Iteration 21 --
-Warning: str_split() expects parameter 2 to be long, object given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, object given in %sstr_split_variation2.php on line %d
NULL
--Iteration 22 --
@@ -285,6 +285,6 @@ Warning: str_split(): The length of each segment must be greater than zero in %s
bool(false)
--Iteration 24 --
-Warning: str_split() expects parameter 2 to be long, resource given in %sstr_split_variation2.php on line %d
+Warning: str_split() expects parameter 2 to be integer, resource given in %sstr_split_variation2.php on line %d
NULL
Done