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 #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) --FILE-- <?php..
Decoded Output download
--TEST--
Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
--FILE--
<?php
$a->{"a"."b"};
?>
--EXPECTF--
Warning: Undefined variable $a in %s on line %d
Warning: Attempt to read property "ab" on null in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
--FILE--
<?php
$a->{"a"."b"};
?>
--EXPECTF--
Warning: Undefined variable $a in %s on line %d
Warning: Attempt to read property "ab" on null in %s on line %d
Function Calls
None |
Stats
MD5 | 2e55f9a84348354f2d25edce3bfb39e3 |
Eval Count | 0 |
Decode Time | 85 ms |