From: SVN Migration Date: Thu, 2 Oct 2003 06:57:22 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.4RC2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bda27d167fcff66e1bb00af9810785d3d82e58a5;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/standard/tests/strings/bug25707.phpt b/ext/standard/tests/strings/bug25707.phpt new file mode 100644 index 0000000000..4954fb1ae5 --- /dev/null +++ b/ext/standard/tests/strings/bug25707.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #25707 (html_entity_decode over-decodes &lt;) +--FILE-- + +--EXPECT-- +string(4) "<" +string(5) "&" +string(8) "&lt;"