From ebe468c145726a653b80ae8e723623158e2b0c20 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Tue, 11 Jan 2005 20:44:05 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- .../tests/strings/htmlentities17.phpt | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ext/standard/tests/strings/htmlentities17.phpt diff --git a/ext/standard/tests/strings/htmlentities17.phpt b/ext/standard/tests/strings/htmlentities17.phpt new file mode 100644 index 0000000000..b203e7c3e0 --- /dev/null +++ b/ext/standard/tests/strings/htmlentities17.phpt @@ -0,0 +1,50 @@ +--TEST-- +htmlentities() / html_entity_decode() #8592 - #9002 table test +--FILE-- + +--EXPECT-- +string(8) "≀" +string(7) "⊕" +string(8) "⊗" +string(6) "⊥" +string(6) "⋅" +string(7) "⌈" +string(7) "⌉" +string(8) "⌊" +string(8) "⌋" +string(6) "⟨" +string(6) "⟩" +string(6) "e28980" +string(6) "e28a95" +string(6) "e28a97" +string(6) "e28aa5" +string(6) "e28b85" +string(6) "e28c88" +string(6) "e28c89" +string(6) "e28c8a" +string(6) "e28c8b" +string(6) "e28ca9" +string(6) "e28caa" -- 2.40.0