--TEST--
Bug #21453 (handling of non-encoded <)
--FILE--
first cell before < first cell after |
second cell before < second cell after |
";
var_dump(strip_tags($test));
?>
--EXPECTF--
string(8%d) "
first cell before < first cell after
second cell before < second cell after
"