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-- FETCH_R: 001 result reference counter may be decremented befor use --INI-- opcach..

Decoded Output download

--TEST--
FETCH_R: 001 result reference counter may be decremented befor use
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$x = [&$v];
$y = 'x';
$$y == [&$x[0]];
?>
DONE
--EXPECT--
DONE

Did this file decode correctly?

Original Code

--TEST--
FETCH_R: 001 result reference counter may be decremented befor use
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
$x = [&$v];
$y = 'x';
$$y == [&$x[0]];
?>
DONE
--EXPECT--
DONE

Function Calls

None

Variables

None

Stats

MD5 8ce31a526fbf044cb91b1dab77d0e8bf
Eval Count 0
Decode Time 96 ms