-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/strings/
File Upload :
Current File : //usr/src/php/ext/standard/tests/strings/bug21453.phpt

--TEST--
Bug #21453 (handling of non-encoded <)
--FILE--
<?php
$test = "
<table>
	<tr><td>first cell before < first cell after</td></tr>
	<tr><td>second cell before < second cell after</td></tr>
</table>";

	var_dump(strip_tags($test));
?>
--EXPECT--
string(80) "

	first cell before < first cell after
	second cell before < second cell after
"

Copyright © 2017 || Recoded By Mr.Bumblebee