From: Felipe Pena Date: Sun, 24 Feb 2008 02:47:36 +0000 (+0000) Subject: Added UEXPECTF X-Git-Tag: RELEASE_2_0_0a1~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e285f368ca26085e9a39b73c2faaae80c86553c5;p=php Added UEXPECTF --- diff --git a/ext/standard/tests/strings/htmlentities02.phpt b/ext/standard/tests/strings/htmlentities02.phpt index babec44b56..158db112f5 100644 --- a/ext/standard/tests/strings/htmlentities02.phpt +++ b/ext/standard/tests/strings/htmlentities02.phpt @@ -19,3 +19,6 @@ mbstring.internal_encoding=none ?> --EXPECT-- string(20) "ŒœŸ" +--UEXPECTF-- +Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d +unicode(24) "¼½¾" diff --git a/ext/standard/tests/strings/htmlentities03.phpt b/ext/standard/tests/strings/htmlentities03.phpt index 7e933544fe..9cee26a468 100644 --- a/ext/standard/tests/strings/htmlentities03.phpt +++ b/ext/standard/tests/strings/htmlentities03.phpt @@ -18,3 +18,6 @@ mbstring.internal_encoding=none ?> --EXPECT-- string(18) "äöü" +--UEXPECTF-- +Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d +unicode(18) "äöü" diff --git a/ext/standard/tests/strings/htmlentities04.phpt b/ext/standard/tests/strings/htmlentities04.phpt index 2d67c77f05..a2723f87bd 100644 --- a/ext/standard/tests/strings/htmlentities04.phpt +++ b/ext/standard/tests/strings/htmlentities04.phpt @@ -19,3 +19,6 @@ mbstring.internal_encoding=none ?> --EXPECT-- string(6) "¡¢¡£¡¤" +--UEXPECTF-- +Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d +unicode(42) "¡¢¡£¡¤" diff --git a/ext/standard/tests/strings/htmlentities10.phpt b/ext/standard/tests/strings/htmlentities10.phpt index ee5099cf34..126048a907 100644 --- a/ext/standard/tests/strings/htmlentities10.phpt +++ b/ext/standard/tests/strings/htmlentities10.phpt @@ -14,3 +14,7 @@ default_charset=cp1252 cp1252 string(28) "‚†™Ÿ" string(32) "€¢£¤¥" +--UEXPECTF-- +cp1252 +unicode(4) "‚†™Ÿ" +unicode(27) "€¢£¤¥" diff --git a/ext/standard/tests/strings/htmlentities15.phpt b/ext/standard/tests/strings/htmlentities15.phpt index 20ed9e7396..3d7153ecbb 100644 --- a/ext/standard/tests/strings/htmlentities15.phpt +++ b/ext/standard/tests/strings/htmlentities15.phpt @@ -23,3 +23,7 @@ var_dump($str, htmlentities($str, ENT_QUOTES, '')); --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) "ÒÏÓËÏÛÎÙÊ"