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: 011 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_u..
Decoded Output download
--TEST--
JIT FETCH_DIM_R: 011
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
set_error_handler(function() {
$GLOBALS['a'] = 0;
});
$a = [$y];
($a[17604692317316877817]);
?>
DONE
--EXPECT--
DONE
Did this file decode correctly?
Original Code
--TEST--
JIT FETCH_DIM_R: 011
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
set_error_handler(function() {
$GLOBALS['a'] = 0;
});
$a = [$y];
($a[17604692317316877817]);
?>
DONE
--EXPECT--
DONE
Function Calls
None |
Stats
MD5 | 1dd67b55a3e149be6234c51bdc3e36f3 |
Eval Count | 0 |
Decode Time | 82 ms |