]> granicus.if.org Git - php/commitdiff
Added UEXPECTF
authorFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 02:47:36 +0000 (02:47 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 02:47:36 +0000 (02:47 +0000)
ext/standard/tests/strings/htmlentities02.phpt
ext/standard/tests/strings/htmlentities03.phpt
ext/standard/tests/strings/htmlentities04.phpt
ext/standard/tests/strings/htmlentities10.phpt
ext/standard/tests/strings/htmlentities15.phpt

index babec44b56efb0215f788cd6243ade842fcff5ab..158db112f57cbe9e87b9495ba8e18b150b6d3ae0 100644 (file)
@@ -19,3 +19,6 @@ mbstring.internal_encoding=none
 ?>
 --EXPECT--
 string(20) "&OElig;&oelig;&Yuml;"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d
+unicode(24) "&frac14;&frac12;&frac34;"
index 7e933544fe52a055c767e68dda1d52f2d2d82b58..9cee26a468f7b2d9a51164e4a9e175d8475c7a7e 100644 (file)
@@ -18,3 +18,6 @@ mbstring.internal_encoding=none
 ?>
 --EXPECT--
 string(18) "&auml;&ouml;&uuml;"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d
+unicode(18) "&auml;&ouml;&uuml;"
index 2d67c77f0563eee951d6a6b7f9d5e75c76b36d30..a2723f87bdc6f23d3b0faca71cbaf7f5003be959 100644 (file)
@@ -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) "&iexcl;&cent;&iexcl;&pound;&iexcl;&curren;"
index ee5099cf3416ae1db9b3ddec9903295234f0bc78..126048a907b7c687ffa0df9f2a202e712b181fd1 100644 (file)
@@ -14,3 +14,7 @@ default_charset=cp1252
 cp1252
 string(28) "&sbquo;&dagger;&trade;&Yuml;"
 string(32) "&euro;&cent;&pound;&curren;&yen;"
+--UEXPECTF--
+cp1252
+unicode(4) "\82\86\99\9f"
+unicode(27) "\80&cent;&pound;&curren;&yen;"
index 20ed9e7396c7767389478b857067569e69a349b5..3d7153ecbb15f68d47d0db2f4f9d49f4342d1c2e 100644 (file)
@@ -23,3 +23,7 @@ var_dump($str, htmlentities($str, ENT_QUOTES, ''));
 --EXPECT--
 string(9) "ÒÏÓËÏÛÎÙÊ"
 string(63) "&#1088;&#1086;&#1089;&#1082;&#1086;&#1096;&#1085;&#1099;&#1081;"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d
+unicode(9) "ÒÏÓËÏÛÎÙÊ"
+unicode(9) "ÒÏÓËÏÛÎÙÊ"