summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug40432.phpt
blob: 6db2e94e58823a09466bbed7af2b1ef72955a8fe (plain)
1
2
3
4
5
6
7
8
--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