summaryrefslogtreecommitdiff
path: root/ext/ereg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ereg')
-rw-r--r--ext/ereg/tests/split_variation_004.phpt12
-rw-r--r--ext/ereg/tests/spliti_variation_004.phpt12
2 files changed, 4 insertions, 20 deletions
diff --git a/ext/ereg/tests/split_variation_004.phpt b/ext/ereg/tests/split_variation_004.phpt
index 6b9a869784..1fa71edd38 100644
--- a/ext/ereg/tests/split_variation_004.phpt
+++ b/ext/ereg/tests/split_variation_004.phpt
@@ -36,16 +36,8 @@ array(1) {
string(9) "1 2 3 4 5"
}
Error: 8192 - Function split() is deprecated, %s(18)
-array(5) {
+array(1) {
[0]=>
- string(1) "1"
- [1]=>
- string(1) "2"
- [2]=>
- string(1) "3"
- [3]=>
- string(1) "4"
- [4]=>
- string(1) "5"
+ string(9) "1 2 3 4 5"
}
Done
diff --git a/ext/ereg/tests/spliti_variation_004.phpt b/ext/ereg/tests/spliti_variation_004.phpt
index e9b33d4334..b6bf227ba0 100644
--- a/ext/ereg/tests/spliti_variation_004.phpt
+++ b/ext/ereg/tests/spliti_variation_004.phpt
@@ -36,16 +36,8 @@ array(1) {
string(9) "1 2 3 4 5"
}
Error: 8192 - Function spliti() is deprecated, %s(18)
-array(5) {
+array(1) {
[0]=>
- string(1) "1"
- [1]=>
- string(1) "2"
- [2]=>
- string(1) "3"
- [3]=>
- string(1) "4"
- [4]=>
- string(1) "5"
+ string(9) "1 2 3 4 5"
}
Done