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-- Check if test is loaded --SKIPIF-- <?php if (!extension_loaded('test')) { echo '..

Decoded Output download

skipThe extension "test" is available

Did this file decode correctly?

Original Code

--TEST--
Check if test is loaded
--SKIPIF--
<?php
if (!extension_loaded('test')) {
	echo 'skip';
}
?>
--FILE--
<?php
echo 'The extension "test" is available';
?>
--EXPECT--
The extension "test" is available

Function Calls

extension_loaded 1

Variables

None

Stats

MD5 36c449a3037abf19755d1b4b38bcb5ae
Eval Count 0
Decode Time 88 ms