diff options
author | Matt Wilmas <mattwil@php.net> | 2009-06-04 18:25:06 +0000 |
---|---|---|
committer | Matt Wilmas <mattwil@php.net> | 2009-06-04 18:25:06 +0000 |
commit | 26cde1ee2fdfba5ec1d198924ec5d87c8437aae7 (patch) | |
tree | 4e597b6561659f10ff7431ffc936575f39f5c262 /ext/ereg | |
parent | b907aa43311ab0b5430d2713a54414baaf9c7e20 (diff) | |
download | php-git-26cde1ee2fdfba5ec1d198924ec5d87c8437aae7.tar.gz |
MFH: Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
Diffstat (limited to 'ext/ereg')
-rw-r--r-- | ext/ereg/tests/split_variation_004.phpt | 12 | ||||
-rw-r--r-- | ext/ereg/tests/spliti_variation_004.phpt | 12 |
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 |