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-- Register Alloction 008: Incorrect deoptimization code --INI-- opcache.enable=1 op..

Decoded Output download

--TEST--
Register Alloction 008: Incorrect deoptimization code
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function foo($a) {
    for($i=0; $i<1; $i++)
          $a=$y / $a = $a + $a != ($a);
}
foo(7);
?>
--EXPECTF--
Warning: Undefined variable $y in %sreg_alloc_008.php on line 4

Did this file decode correctly?

Original Code

--TEST--
Register Alloction 008: Incorrect deoptimization code
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
--FILE--
<?php
function foo($a) {
    for($i=0; $i<1; $i++)
          $a=$y / $a = $a + $a != ($a);
}
foo(7);
?>
--EXPECTF--
Warning: Undefined variable $y in %sreg_alloc_008.php on line 4

Function Calls

foo 1

Variables

$a 0
$i 1

Stats

MD5 e6d7a36a902168ab7bc1e0e7dfb800a4
Eval Count 0
Decode Time 78 ms