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-- Embed success --FILE-- <?php var_dump(function_exists('sample_lib_func')); var_du..
Decoded Output download
--TEST--
Embed success
--FILE--
<?php
var_dump(function_exists('sample_lib_func'));
var_dump(class_exists('Sample'));
--EXPECT--
bool(true)
bool(true)
?>
Did this file decode correctly?
Original Code
--TEST--
Embed success
--FILE--
<?php
var_dump(function_exists('sample_lib_func'));
var_dump(class_exists('Sample'));
--EXPECT--
bool(true)
bool(true)
Function Calls
None |
Stats
MD5 | 515a319a0f8322cbc93b42b7790deef6 |
Eval Count | 0 |
Decode Time | 97 ms |