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_RW: 002 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_..
Decoded Output download
--TEST--
JIT FETCH_DIM_RW: 002
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$a = [];
$k = "0";
$a[$k]++;
var_dump($a[$k]);
?>
--EXPECTF--
Warning: Undefined array key 0 in %sfetch_dim_rw_002.php on line 4
int(1)
Did this file decode correctly?
Original Code
--TEST--
JIT FETCH_DIM_RW: 002
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$a = [];
$k = "0";
$a[$k]++;
var_dump($a[$k]);
?>
--EXPECTF--
Warning: Undefined array key 0 in %sfetch_dim_rw_002.php on line 4
int(1)
Function Calls
None |
Stats
MD5 | 5c5f6f2cec53f593c5e9a0d8fcf33f3b |
Eval Count | 0 |
Decode Time | 92 ms |