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 #71220 (Null pointer deref (segfault) in compact via ob_start) --FILE-- <?php..

Decoded Output download

--TEST--
Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
--FILE--
<?php
ob_start("compact");
try {
    ob_end_clean();
} catch (\Error $e) {
    echo $e->getMessage();
}
?>
--EXPECT--
Cannot call compact() dynamically

Did this file decode correctly?

Original Code

--TEST--
Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
--FILE--
<?php
ob_start("compact");
try {
    ob_end_clean();
} catch (\Error $e) {
    echo $e->getMessage();
}
?>
--EXPECT--
Cannot call compact() dynamically

Function Calls

ob_start 1

Variables

None

Stats

MD5 1875fecf2be4d7c459b35b31fa88c4a7
Eval Count 0
Decode Time 87 ms