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 for log4cxx presence --SKIPIF-- <?php if (!extension_loaded("log4cxx")) pri..

Decoded Output download

skiplog4cxx extension is available

Did this file decode correctly?

Original Code

--TEST--
Check for log4cxx presence
--SKIPIF--
<?php if (!extension_loaded("log4cxx")) print "skip"; ?>
--FILE--
<?php 
echo "log4cxx extension is available";
/*
	you can add regression tests for your extension here

  the output of your test code has to be equal to the
  text in the --EXPECT-- section below for the tests
  to pass, differences between the output and the
  expected text are interpreted as failure

	see php5/README.TESTING for further information on
  writing regression tests
*/
?>
--EXPECT--
log4cxx extension is available

Function Calls

extension_loaded 1

Variables

None

Stats

MD5 9fc9d17eb482e0dff2a0b4a819069170
Eval Count 0
Decode Time 101 ms