1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-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