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 #78003 (strip_tags output change since PHP 7.3) --FILE-- <?php var_dump( ..

Decoded Output download

--TEST--
Bug #78003 (strip_tags output change since PHP 7.3)
--FILE--
<?php
var_dump(
    strip_tags('<foo<>bar>'),
    strip_tags('<foo<!>bar>'),
    strip_tags('<foo<?>bar>')
);
?>
--EXPECT--
string(0) ""
string(0) ""
string(0) ""

Did this file decode correctly?

Original Code

--TEST--
Bug #78003 (strip_tags output change since PHP 7.3)
--FILE--
<?php
var_dump(
    strip_tags('<foo<>bar>'),
    strip_tags('<foo<!>bar>'),
    strip_tags('<foo<?>bar>')
);
?>
--EXPECT--
string(0) ""
string(0) ""
string(0) ""

Function Calls

strip_tags 1

Variables

None

Stats

MD5 e878b64b97d245d81a39057ba132e1b7
Eval Count 0
Decode Time 88 ms