Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php define('M_PENDING', 0); define('M_DONE', 0); define('M_ERROR', 0); define('M_FAIL',..
Decoded Output download
<?php
define('M_PENDING', 0);
define('M_DONE', 0);
define('M_ERROR', 0);
define('M_FAIL', 0);
define('M_SUCCESS', 0);
?>
Did this file decode correctly?
Original Code
<?php
define('M_PENDING', 0);
define('M_DONE', 0);
define('M_ERROR', 0);
define('M_FAIL', 0);
define('M_SUCCESS', 0);
Function Calls
define | 1 |
Stats
MD5 | d849977d971a15df729170a5713bdcd0 |
Eval Count | 0 |
Decode Time | 106 ms |