Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Bug #40432 (strip_tags() fails with greater than in attribute) --FILE-- <?php ech..
Decoded Output download
--TEST--
Bug #40432 (strip_tags() fails with greater than in attribute)
--FILE--
<?php
echo strip_tags('<span title="test > all">this</span>') . "
";
?>
--EXPECT--
this
Did this file decode correctly?
Original Code
--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
Function Calls
strip_tags | 1 |
Stats
MD5 | b1c1d88ac7002c74525ffba29302b684 |
Eval Count | 0 |
Decode Time | 108 ms |