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-- chown() with NULL as user name --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) == "WIN")..

Decoded Output download

--TEST--
chown() with NULL as user name
--SKIPIF--
<?php
if(substr(PHP_OS, 0, 3) == "WIN")
  die("skip, not supported on Windows");
?>
--FILE--
<?php
chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", 0);
echo "ALIVE
";
?>
--EXPECTF--
Warning: chown(): No such file or directory in %s on line %d
ALIVE

Did this file decode correctly?

Original Code

--TEST--
chown() with NULL as user name
--SKIPIF--
<?php
if(substr(PHP_OS, 0, 3) == "WIN")
  die("skip, not supported on Windows");
?>
--FILE--
<?php
chown("sjhgfskhagkfdgskjfhgskfsdgfkdsajf", 0);
echo "ALIVE\n";
?>
--EXPECTF--
Warning: chown(): No such file or directory in %s on line %d
ALIVE

Function Calls

None

Variables

None

Stats

MD5 bfd4907bd52307228f377dccac501412
Eval Count 0
Decode Time 90 ms