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-- JIT SUB: 001 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_pr..
Decoded Output download
--TEST--
JIT SUB: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=32M
;opcache.jit_debug=257
--EXTENSIONS--
opcache
--FILE--
<?php
function foo($var) {
$res = $var - 1;
var_dump($res);
}
foo(42);
?>
--EXPECT--
int(41)
Did this file decode correctly?
Original Code
--TEST--
JIT SUB: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=32M
;opcache.jit_debug=257
--EXTENSIONS--
opcache
--FILE--
<?php
function foo($var) {
$res = $var - 1;
var_dump($res);
}
foo(42);
?>
--EXPECT--
int(41)
Function Calls
foo | 1 |
var_dump | 1 |
Stats
MD5 | 3854bee5d28c89d1c53fde918796a23d |
Eval Count | 0 |
Decode Time | 93 ms |