]> granicus.if.org Git - php/commitdiff
Fixed tests (new error message - E_DEPRECATED)
authorFelipe Pena <felipe@php.net>
Sat, 23 Feb 2008 19:01:11 +0000 (19:01 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 23 Feb 2008 19:01:11 +0000 (19:01 +0000)
ext/ctype/tests/001.phpt
ext/ctype/tests/002.phpt
ext/standard/tests/general_functions/debug_zval_dump_v.phpt

index adcf75749e3e6686f5811d3783b798cd006a7f69..d16d89ae49ec099c41d3b7b697aab8c95c64c2d7 100644 (file)
@@ -38,7 +38,7 @@ ctype_punct 32
 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
index c1339d3338102b96cfbb85e3fa476a2d63b7122f..b3002364cfe5d1887360c7dd77d0a0b42b4c435d 100644 (file)
@@ -47,9 +47,9 @@ ctype_punct 32 32 0
 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
index 3a180f1a25bdf19348a3f732a42954eda53ab155..6552a277948e8842ab55b8acecbeb1d9c2264d92 100644 (file)
@@ -123,7 +123,7 @@ echo "Done\n";
 ?>
 
 --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(3)
 &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 ---