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-- isset() with object properties when operating on non-object --FILE-- <?php $foo ..

Decoded Output download

--TEST--
isset() with object properties when operating on non-object
--FILE--
<?php

$foo = NULL;
isset($foo->bar->bar);

echo "Done
";
?>
--EXPECT--
Done

Did this file decode correctly?

Original Code

--TEST--
isset() with object properties when operating on non-object
--FILE--
<?php

$foo = NULL;
isset($foo->bar->bar);

echo "Done\n";
?>
--EXPECT--
Done

Function Calls

None

Variables

$foo 0

Stats

MD5 5b65db4154ad31b913cb67cda9dbd748
Eval Count 0
Decode Time 103 ms