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 preg_replace_callback --SKIPIF-- <?php if (!extension_loaded("taint")) prin..

Decoded Output download

skip

Did this file decode correctly?

Original Code

--TEST--
Check preg_replace_callback
--SKIPIF--
<?php if (!extension_loaded("taint")) print "skip"; ?>
--INI--
taint.enable=1
--FILE--
<?php
function test() {
}

$fname = "tes" . chr(ord("t"));
taint($fname);

preg_replace_callback("/xxxx/", $fname, "xxxx");
?>
--EXPECTF--
Warning: main() [preg_replace_callback]: Callback name contains data that might be tainted in %s015.php on line 8

Function Calls

chr 1
ord 1
taint 1
extension_loaded 1

Variables

$fname test

Stats

MD5 234f9ec2d9dc709f833d2febfc67c61e
Eval Count 0
Decode Time 110 ms