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 ASSIGN_DIM_OP: Undefined variable variation --INI-- opcache.enable=1 opcache...
Decoded Output download
--TEST--
JIT ASSIGN_DIM_OP: Undefined variable variation
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$a = [];
$a[] &= $b;
?>
--EXTENSIONS--
opcache
--EXPECTF--
Warning: Undefined variable $b in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
JIT ASSIGN_DIM_OP: Undefined variable variation
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$a = [];
$a[] &= $b;
?>
--EXTENSIONS--
opcache
--EXPECTF--
Warning: Undefined variable $b in %s on line %d
Function Calls
None |
Stats
MD5 | 7201c2220d5b70fcb7379b9a271ca9f2 |
Eval Count | 0 |
Decode Time | 116 ms |