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 MUL: 009 memory leak --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.fi..

Decoded Output download

--TEST--
JIT MUL: 009 memory leak
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
opcache.protect_memory=1
--FILE--
<?php
$x[""][] = 1;
$x[~"$y"] *= 1;
?>
--EXPECTF--
Warning: Undefined variable $y in %smul_009.php on line 3

Fatal error: Uncaught TypeError: Unsupported operand types: array * int in %smul_009.php:3
Stack trace:
#0 {main}
  thrown in %smul_009.php on line 3

Did this file decode correctly?

Original Code

--TEST--
JIT MUL: 009 memory leak
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
opcache.protect_memory=1
--FILE--
<?php
$x[""][] = 1;
$x[~"$y"] *= 1;
?>
--EXPECTF--
Warning: Undefined variable $y in %smul_009.php on line 3

Fatal error: Uncaught TypeError: Unsupported operand types: array * int in %smul_009.php:3
Stack trace:
#0 {main}
  thrown in %smul_009.php on line 3

Function Calls

None

Variables

None

Stats

MD5 ba34b6981a7f552a610640caf43074b5
Eval Count 0
Decode Time 96 ms