1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
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