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('IFX_SCROLL', 0); define('IFX_HOLD', 0); define('IFX_LO_RDONLY', 0); define(..

Decoded Output download

<?php

define('IFX_SCROLL', 0);
define('IFX_HOLD', 0);
define('IFX_LO_RDONLY', 0);
define('IFX_LO_WRONLY', 0);
define('IFX_LO_APPEND', 0);
define('IFX_LO_RDWR', 0);
define('IFX_LO_BUFFER', 0);
define('IFX_LO_NOBUFFER', 0);
 ?>

Did this file decode correctly?

Original Code

<?php

define('IFX_SCROLL', 0);
define('IFX_HOLD', 0);
define('IFX_LO_RDONLY', 0);
define('IFX_LO_WRONLY', 0);
define('IFX_LO_APPEND', 0);
define('IFX_LO_RDWR', 0);
define('IFX_LO_BUFFER', 0);
define('IFX_LO_NOBUFFER', 0);

Function Calls

define 1

Variables

None

Stats

MD5 62fe762a477bc4d8043b3c6cd88dad59
Eval Count 0
Decode Time 143 ms