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 /* * extension.php * @author Jasper van Eck<[email protected]> * * ..

Decoded Output download

<?php
/*
 *  extension.php
 *  @author Jasper van Eck<[email protected]>
 * 
 *  An example file to show the working of an extension.
 */

// print all the extensions currently loaded.
print_r(get_loaded_extensions());
 ?>

Did this file decode correctly?

Original Code

<?php
/*
 *  extension.php
 *  @author Jasper van Eck<[email protected]>
 * 
 *  An example file to show the working of an extension.
 */

// print all the extensions currently loaded.
print_r(get_loaded_extensions());

Function Calls

get_loaded_extensions 1

Variables

None

Stats

MD5 3cef756114311b5541aa34f97ee6ff34
Eval Count 0
Decode Time 89 ms