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-- Testing: suhosin.executor.func.blacklist=printf --SKIPIF-- <?php include "../skip..

Decoded Output download

--TEST--
Testing: suhosin.executor.func.blacklist=printf
--SKIPIF--
<?php include "../skipifnotcli.inc"; ?>
--INI--
suhosin.log.sapi=64
suhosin.executor.func.blacklist=printf
--FILE--
<?php
	call_user_func("printf", "hello
");
?>
--EXPECTF--
ALERT - function blacklisted: printf() (attacker 'REMOTE_ADDR not set', file '%s', line 2)

Warning: printf() has been disabled for security reasons in %s on line 2

Did this file decode correctly?

Original Code

--TEST--
Testing: suhosin.executor.func.blacklist=printf
--SKIPIF--
<?php include "../skipifnotcli.inc"; ?>
--INI--
suhosin.log.sapi=64
suhosin.executor.func.blacklist=printf
--FILE--
<?php
	call_user_func("printf", "hello\n");
?>
--EXPECTF--
ALERT - function blacklisted: printf() (attacker 'REMOTE_ADDR not set', file '%s', line 2)

Warning: printf() has been disabled for security reasons in %s on line 2

Function Calls

None

Variables

None

Stats

MD5 a129f641dcb91f443e3300b1435f67b5
Eval Count 0
Decode Time 116 ms