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_LIST_R: 001 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_..

Decoded Output download

--TEST--
JIT FETCH_LIST_R: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function test() {
    $v = 'a';
    list($$v) = "";
    var_dump($a);
}
test();
?>
--EXPECT--
NULL

Did this file decode correctly?

Original Code

--TEST--
JIT FETCH_LIST_R: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function test() {
    $v = 'a';
    list($$v) = "";
    var_dump($a);
}
test();
?>
--EXPECT--
NULL

Function Calls

test 1

Variables

$v a

Stats

MD5 39f6c7738e2eeb4df3f7c8a69e4757f1
Eval Count 0
Decode Time 90 ms