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-- int connection_status ( void ); --CREDITS-- marcosptf - <[email protected]> ..

Decoded Output download

--TEST--
int connection_status ( void );
--CREDITS--
marcosptf - <[email protected]> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(connection_status() == CONNECTION_NORMAL);
?>
--EXPECT--
bool(true)

Did this file decode correctly?

Original Code

--TEST--
int connection_status ( void );
--CREDITS--
marcosptf - <[email protected]> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(connection_status() == CONNECTION_NORMAL);
?>
--EXPECT--
bool(true)

Function Calls

connection_status 1

Variables

None

Stats

MD5 e34d3573476648b32cad834f8efcf827
Eval Count 0
Decode Time 102 ms