php-src/ext/standard/tests/strings/bug40432.phpt
Ilia Alshanetsky 16c9af1c7d MFB
2007-05-29 20:11:23 +00:00

9 lines
170 B
PHP

--TEST--
Bug #40432 (strip_tags() fails with greater than in attribute)
--FILE--
<?php
echo strip_tags('<span title="test > all">this</span>') . "\n";
?>
--EXPECT--
this