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

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

connection_aborted 1

Variables

None

Stats

MD5 7d1ca9a596f818be0a1506d0f9eaa224
Eval Count 0
Decode Time 86 ms