felipe          Sun Feb 24 02:47:36 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/strings htmlentities02.phpt 
                                        htmlentities03.phpt 
                                        htmlentities04.phpt 
                                        htmlentities10.phpt 
                                        htmlentities15.phpt 
  Log:
  Added UEXPECTF
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities02.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities02.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities02.phpt:1.9 
php-src/ext/standard/tests/strings/htmlentities02.phpt:1.10
--- php-src/ext/standard/tests/strings/htmlentities02.phpt:1.9  Wed Dec 27 
15:18:15 2006
+++ php-src/ext/standard/tests/strings/htmlentities02.phpt      Sun Feb 24 
02:47:36 2008
@@ -19,3 +19,6 @@
 ?>
 --EXPECT--
 string(20) "ŒœŸ"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(24) "¼½¾"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities03.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities03.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities03.phpt:1.7 
php-src/ext/standard/tests/strings/htmlentities03.phpt:1.8
--- php-src/ext/standard/tests/strings/htmlentities03.phpt:1.7  Tue Nov 12 
21:37:54 2002
+++ php-src/ext/standard/tests/strings/htmlentities03.phpt      Sun Feb 24 
02:47:36 2008
@@ -18,3 +18,6 @@
 ?>
 --EXPECT--
 string(18) "äöü"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(18) "äöü"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities04.phpt?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities04.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities04.phpt:1.8 
php-src/ext/standard/tests/strings/htmlentities04.phpt:1.9
--- php-src/ext/standard/tests/strings/htmlentities04.phpt:1.8  Thu Sep 13 
15:36:50 2007
+++ php-src/ext/standard/tests/strings/htmlentities04.phpt      Sun Feb 24 
02:47:36 2008
@@ -19,3 +19,6 @@
 ?>
 --EXPECT--
 string(6) "¡¢¡£¡¤"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(42) "¡¢¡£¡¤"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities10.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities10.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities10.phpt:1.2 
php-src/ext/standard/tests/strings/htmlentities10.phpt:1.3
--- php-src/ext/standard/tests/strings/htmlentities10.phpt:1.2  Sat Oct 26 
16:09:50 2002
+++ php-src/ext/standard/tests/strings/htmlentities10.phpt      Sun Feb 24 
02:47:36 2008
@@ -14,3 +14,7 @@
 cp1252
 string(28) "‚†™Ÿ"
 string(32) "€¢£¤¥"
+--UEXPECTF--
+cp1252
+unicode(4) "‚†™Ÿ"
+unicode(27) "€¢£¤¥"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities15.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities15.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities15.phpt:1.4 
php-src/ext/standard/tests/strings/htmlentities15.phpt:1.5
--- php-src/ext/standard/tests/strings/htmlentities15.phpt:1.4  Thu Sep 13 
15:36:50 2007
+++ php-src/ext/standard/tests/strings/htmlentities15.phpt      Sun Feb 24 
02:47:36 2008
@@ -23,3 +23,7 @@
 --EXPECT--
 string(9) "ÒÏÓËÏÛÎÙÊ"
 string(63) "роскошный"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(9) "ÒÏÓËÏÛÎÙÊ"
+unicode(9) "ÒÏÓËÏÛÎÙÊ"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to