php-src/ext/standard/tests/strings/bug40432_binary.phpt
Arnaud Le Blanc 4c400890ed strip_tags() fixes:
- MFH5.3 (Fix bug when < is used within attribute.)
- Fix handling of case when searching for allowed tags in unicode variant
- tests for both unicode and binary variants
2009-04-24 21:23:47 +00:00

9 lines
187 B
PHP

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