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

Decoded Output download

--TEST--
JIT UCALL: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=32M
;opcache.jit_debug=257
--EXTENSIONS--
opcache
--FILE--
<?php
function foo() {
    var_dump("hello");
}
foo();
?>
--EXPECT--
string(5) "hello"

Did this file decode correctly?

Original Code

--TEST--
JIT UCALL: 001
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=32M
;opcache.jit_debug=257
--EXTENSIONS--
opcache
--FILE--
<?php
function foo() {
    var_dump("hello");
}
foo();
?>
--EXPECT--
string(5) "hello"

Function Calls

foo 1
var_dump 1

Variables

None

Stats

MD5 b200656f3b2f65762dd391cdd855e2f1
Eval Count 0
Decode Time 91 ms