felipe Wed Nov 19 11:41:47 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring/tests mb_split.phpt php_gr_jp_10830.phpt
php_gr_jp_dev_884-1.phpt
php_gr_jp_dev_884-2.phpt
Log:
- Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_split.phpt?r1=1.4&r2=1.4.8.1&diff_format=u
Index: php-src/ext/mbstring/tests/mb_split.phpt
diff -u php-src/ext/mbstring/tests/mb_split.phpt:1.4
php-src/ext/mbstring/tests/mb_split.phpt:1.4.8.1
--- php-src/ext/mbstring/tests/mb_split.phpt:1.4 Fri Nov 29 18:32:50 2002
+++ php-src/ext/mbstring/tests/mb_split.phpt Wed Nov 19 11:41:47 2008
@@ -35,14 +35,32 @@
}
?>
---EXPECT--
+--EXPECTF--
bool(true)
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
ok
+
+Deprecated: Function split() is deprecated in %s on line %d
2-2
+
+Deprecated: Function split() is deprecated in %s on line %d
3-3
+
+Deprecated: Function split() is deprecated in %s on line %d
4-4
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/php_gr_jp_10830.phpt?r1=1.3&r2=1.3.8.1&diff_format=u
Index: php-src/ext/mbstring/tests/php_gr_jp_10830.phpt
diff -u php-src/ext/mbstring/tests/php_gr_jp_10830.phpt:1.3
php-src/ext/mbstring/tests/php_gr_jp_10830.phpt:1.3.8.1
--- php-src/ext/mbstring/tests/php_gr_jp_10830.phpt:1.3 Fri Nov 15 15:34:57 2002
+++ php-src/ext/mbstring/tests/php_gr_jp_10830.phpt Wed Nov 19 11:41:47 2008
@@ -13,6 +13,8 @@
var_dump( ereg("^[^><]+$",$a) );
?>
---EXPECT--
+--EXPECTF--
bool(false)
+
+Deprecated: Function ereg() is deprecated in %s on line %d
bool(false)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt?r1=1.2&r2=1.2.8.1&diff_format=u
Index: php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt
diff -u php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt:1.2
php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt:1.2.8.1
--- php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt:1.2 Thu Oct 2
14:55:49 2003
+++ php-src/ext/mbstring/tests/php_gr_jp_dev_884-1.phpt Wed Nov 19 11:41:47 2008
@@ -12,7 +12,8 @@
var_dump(preg_replace("/.*/", "b", "a"));
var_dump(mb_ereg_replace(".*", "b", "a"));
?>
---EXPECT--
+--EXPECTF--
+Deprecated: Function ereg_replace() is deprecated in %s on line %d
string(2) "bb"
string(2) "bb"
string(2) "bb"
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt?r1=1.2&r2=1.2.8.1&diff_format=u
Index: php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt
diff -u php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt:1.2
php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt:1.2.8.1
--- php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt:1.2 Thu Oct 2
14:55:49 2003
+++ php-src/ext/mbstring/tests/php_gr_jp_dev_884-2.phpt Wed Nov 19 11:41:47 2008
@@ -12,8 +12,12 @@
var_dump(mb_ereg_replace("C*$", "Z", "ABC"));
var_dump(ereg_replace("C*$", "Z", "ABC"));
?>
---EXPECT--
+--EXPECTF--
string(4) "ABZZ"
+
+Deprecated: Function ereg_replace() is deprecated in %s on line %d
string(4) "ABZZ"
string(4) "ABZZ"
+
+Deprecated: Function ereg_replace() is deprecated in %s on line %d
string(4) "ABZZ"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php