ant Thu Nov 27 14:39:33 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/ereg/tests split_variation_003.phpt
ereg_replace_variation_002.phpt
eregi_replace_variation_002.phpt
spliti_variation_003.phpt
Log:
Latest and greatest versions of these session tests - checked on 5.2.X snap
on Windows, Linux and Linux 64 bit.
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/split_variation_003.phpt?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/ereg/tests/split_variation_003.phpt
diff -u php-src/ext/ereg/tests/split_variation_003.phpt:1.1.2.5
php-src/ext/ereg/tests/split_variation_003.phpt:1.1.2.6
--- php-src/ext/ereg/tests/split_variation_003.phpt:1.1.2.5 Tue Nov 18
17:55:07 2008
+++ php-src/ext/ereg/tests/split_variation_003.phpt Thu Nov 27 14:39:33 2008
@@ -82,7 +82,6 @@
*** Testing split() : usage variations ***
Arg value 10.5
-Error: 8192 - Function split() is deprecated, %s(73)
array(5) {
[0]=>
string(1) "1"
@@ -97,130 +96,130 @@
}
Arg value -10.5
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1.07654321E-9
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 0.5
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value Array
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value string
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value string
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Error: 4096 - Object of class stdClass could not be converted to string, %s(72)
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
-Error: 2 - split() expects parameter 3 to be long, object given, %s(73)
-NULL
+Error: 8 - Object of class stdClass could not be converted to int, %s(73)
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function split() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Done
+Done
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/ereg_replace_variation_002.phpt?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/ereg/tests/ereg_replace_variation_002.phpt
diff -u php-src/ext/ereg/tests/ereg_replace_variation_002.phpt:1.1.2.5
php-src/ext/ereg/tests/ereg_replace_variation_002.phpt:1.1.2.6
--- php-src/ext/ereg/tests/ereg_replace_variation_002.phpt:1.1.2.5 Thu Nov
20 13:31:34 2008
+++ php-src/ext/ereg/tests/ereg_replace_variation_002.phpt Thu Nov 27
14:39:33 2008
@@ -85,104 +85,79 @@
Error: 8 - Undefined variable: unset_var, %s(67)
Arg value 0
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value 12345
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(6) "h9o%21"
Arg value -2345
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%D7o%21"
Arg value 10.5
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%0Ao%21"
Arg value -10.5
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%F6o%21"
Arg value 101234567000
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(%d) "h%so%21"
Arg value 1.07654321E-9
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 0.5
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value Array
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value Array
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
Error: 8 - Object of class stdClass could not be converted to int, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function ereg_replace() is deprecated, %s(74)
string(5) "ho%21"
-Done
+Done
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/eregi_replace_variation_002.phpt?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/ereg/tests/eregi_replace_variation_002.phpt
diff -u php-src/ext/ereg/tests/eregi_replace_variation_002.phpt:1.1.2.5
php-src/ext/ereg/tests/eregi_replace_variation_002.phpt:1.1.2.6
--- php-src/ext/ereg/tests/eregi_replace_variation_002.phpt:1.1.2.5 Thu Nov
20 13:31:34 2008
+++ php-src/ext/ereg/tests/eregi_replace_variation_002.phpt Thu Nov 27
14:39:33 2008
@@ -85,104 +85,79 @@
Error: 8 - Undefined variable: unset_var, %s(67)
Arg value 0
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value 12345
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(6) "h9o%21"
Arg value -2345
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%D7o%21"
Arg value 10.5
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%0Ao%21"
Arg value -10.5
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%F6o%21"
Arg value 101234567000
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(%d) "h%so%21"
Arg value 1.07654321E-9
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 0.5
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value Array
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value Array
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value Array
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value 1
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Error: 4096 - Object of class stdClass could not be converted to string, %s(73)
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
Error: 8 - Object of class stdClass could not be converted to int, %s(74)
string(8) "h%01o%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
Arg value
-Error: 8192 - Function eregi_replace() is deprecated, %s(74)
string(5) "ho%21"
-Done
+Done
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/spliti_variation_003.phpt?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/ereg/tests/spliti_variation_003.phpt
diff -u php-src/ext/ereg/tests/spliti_variation_003.phpt:1.1.2.5
php-src/ext/ereg/tests/spliti_variation_003.phpt:1.1.2.6
--- php-src/ext/ereg/tests/spliti_variation_003.phpt:1.1.2.5 Tue Nov 18
17:55:07 2008
+++ php-src/ext/ereg/tests/spliti_variation_003.phpt Thu Nov 27 14:39:33 2008
@@ -82,7 +82,6 @@
*** Testing spliti() : usage variations ***
Arg value 10.5
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(5) {
[0]=>
string(1) "1"
@@ -97,130 +96,130 @@
}
Arg value -10.5
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1.07654321E-9
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 0.5
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value Array
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value Array
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, array given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value 1
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value string
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value string
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, string given, %s(73)
-NULL
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Error: 4096 - Object of class stdClass could not be converted to string, %s(72)
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
-Error: 2 - spliti() expects parameter 3 to be long, object given, %s(73)
-NULL
+Error: 8 - Object of class stdClass could not be converted to int, %s(73)
+array(1) {
+ [0]=>
+ string(9) "1 2 3 4 5"
+}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
Arg value
-Error: 8192 - Function spliti() is deprecated, %s(73)
array(1) {
[0]=>
string(9) "1 2 3 4 5"
}
-Done
+Done
\ No newline at end of file
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php