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 #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF) --INI-- opcac..
Decoded Output download
--TEST--
Bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF)
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
--EXTENSIONS--
opcache
--FILE--
<?php
$a = array(true);
if($a[0] && false) {
echo 'test';
}
echo "ok
";
?>
--EXPECT--
ok
Did this file decode correctly?
Original Code
--TEST--
Bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF)
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
--EXTENSIONS--
opcache
--FILE--
<?php
$a = array(true);
if($a[0] && false) {
echo 'test';
}
echo "ok\n";
?>
--EXPECT--
ok
Function Calls
None |
Stats
MD5 | 81a44045c535b12d9fe01d007749514e |
Eval Count | 0 |
Decode Time | 95 ms |