Skip to content

Commit 0cdd4e8

Browse files
committed
Merge branch 'PHP-5.5'
2 parents b5e8597 + 505c6ca commit 0cdd4e8

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

ext/ereg/tests/split_variation_004.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ $pattern = '[[:space:]]';
1818
$string = '1 2 3 4 5';
1919
var_dump(split($pattern, $string, 0));
2020
var_dump(split($pattern, $string, -10));
21-
var_dump(split($pattern, $string, 10E20));
2221

2322

2423
echo "Done";
@@ -35,9 +34,4 @@ array(1) {
3534
[0]=>
3635
string(9) "1 2 3 4 5"
3736
}
38-
Error: 8192 - Function split() is deprecated, %s(18)
39-
array(1) {
40-
[0]=>
41-
string(9) "1 2 3 4 5"
42-
}
4337
Done

ext/ereg/tests/spliti_variation_004.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ $pattern = '[[:space:]]';
1818
$string = '1 2 3 4 5';
1919
var_dump(spliti($pattern, $string, 0));
2020
var_dump(spliti($pattern, $string, -10));
21-
var_dump(spliti($pattern, $string, 10E20));
2221

2322

2423
echo "Done";
@@ -35,9 +34,4 @@ array(1) {
3534
[0]=>
3635
string(9) "1 2 3 4 5"
3736
}
38-
Error: 8192 - Function spliti() is deprecated, %s(18)
39-
array(1) {
40-
[0]=>
41-
string(9) "1 2 3 4 5"
42-
}
4337
Done

0 commit comments

Comments
 (0)