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 FETCH_DIM_R: 013 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_u..
Decoded Output download
--TEST--
JIT FETCH_DIM_R: 013
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function foo() {
$y = 0; $tokens = [];
for($cnt = 0; $cnt < 6; $cnt++) {
$tokens[$y] > $tokens[$y][] = $y;
}
}
@foo();
?>
DONE
--EXPECT--
DONE
Did this file decode correctly?
Original Code
--TEST--
JIT FETCH_DIM_R: 013
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function foo() {
$y = 0; $tokens = [];
for($cnt = 0; $cnt < 6; $cnt++) {
$tokens[$y] > $tokens[$y][] = $y;
}
}
@foo();
?>
DONE
--EXPECT--
DONE
Function Calls
None |
Stats
MD5 | 3c117144b80d2e387430cee349cfdb58 |
Eval Count | 0 |
Decode Time | 87 ms |