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 SplFileInfo calling the constructor twice --FILE-- <?php $x = new splfile..

Decoded Output download

--TEST--
Testing SplFileInfo calling the constructor twice
--FILE--
<?php
$x = new splfileinfo(1);
$x->__construct(1);

echo "done!
";
?>
--EXPECT--
done!

Did this file decode correctly?

Original Code

--TEST--
Testing SplFileInfo calling the constructor twice
--FILE--
<?php
$x = new splfileinfo(1);
$x->__construct(1);

echo "done!\n";
?>
--EXPECT--
done!

Function Calls

None

Variables

None

Stats

MD5 ecb9bdced1dfa9227aa5c557de88dffb
Eval Count 0
Decode Time 106 ms