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-- apns::send() member function --SKIPIF-- <?php if(!extension_loaded('apns')) die..

Decoded Output download

--TEST--
apns::send() member function
--SKIPIF--
<?php 

if(!extension_loaded('apns')) die('skip ');

 ?>
--FILE--
<?php
echo 'OK'; // no test case for this function yet
?>
--EXPECT--
OK

Did this file decode correctly?

Original Code

--TEST--
apns::send() member function
--SKIPIF--
<?php 

if(!extension_loaded('apns')) die('skip ');

 ?>
--FILE--
<?php
echo 'OK'; // no test case for this function yet
?>
--EXPECT--
OK

Function Calls

extension_loaded 1

Variables

None

Stats

MD5 1a7f1e361e304718d98ae2953e6ed7dd
Eval Count 0
Decode Time 91 ms