felipe Sat Feb 23 19:01:11 2008 UTC
Modified files:
/php-src/ext/ctype/tests 001.phpt 002.phpt
/php-src/ext/standard/tests/general_functions
debug_zval_dump_v.phpt
Log:
Fixed tests (new error message - E_DEPRECATED)
http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/tests/001.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/ctype/tests/001.phpt
diff -u php-src/ext/ctype/tests/001.phpt:1.5
php-src/ext/ctype/tests/001.phpt:1.6
--- php-src/ext/ctype/tests/001.phpt:1.5 Sat Oct 7 23:50:54 2006
+++ php-src/ext/ctype/tests/001.phpt Sat Feb 23 19:01:10 2008
@@ -38,7 +38,7 @@
ctype_space 6
ctype_xdigit 22
--UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU
locale functions in %s001.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale
functions in %s001.php on line %d
ctype_lower 26
ctype_upper 26
ctype_alpha 52
http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/tests/002.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/ctype/tests/002.phpt
diff -u php-src/ext/ctype/tests/002.phpt:1.7
php-src/ext/ctype/tests/002.phpt:1.8
--- php-src/ext/ctype/tests/002.phpt:1.7 Sat Oct 7 23:50:54 2006
+++ php-src/ext/ctype/tests/002.phpt Sat Feb 23 19:01:10 2008
@@ -47,9 +47,9 @@
ctype_space 6 6 0
ctype_xdigit 22 22 0
--UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU
locale functions in %s002.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale
functions in %s002.php on line %d
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU
locale functions in %s002.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale
functions in %s002.php on line %d
LOCALE is '%s'
ctype_lower 26 26 0
ctype_upper 26 26 0
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt
diff -u php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.4
php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.5
--- php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.4
Tue May 29 12:26:59 2007
+++ php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt Sat Feb
23 19:01:11 2008
@@ -123,7 +123,7 @@
?>
--EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
*** Testing debug_zval_dump() on functions ***
--- Variation 1: global variable inside a function ---
@@ -215,7 +215,7 @@
&string(10) "NULLstring" refcount(2)
Done
--UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
*** Testing debug_zval_dump() on functions ***
--- Variation 1: global variable inside a function ---
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php