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-- Bug #78840 (imploding $GLOBALS crashes) --FILE-- <?php $glue = ''; @implode($glue..

Decoded Output download

--TEST--
Bug #78840 (imploding $GLOBALS crashes)
--FILE--
<?php
$glue = '';
@implode($glue, $GLOBALS);
echo "done
";
?>
--EXPECT--
done

Did this file decode correctly?

Original Code

--TEST--
Bug #78840 (imploding $GLOBALS crashes)
--FILE--
<?php
$glue = '';
@implode($glue, $GLOBALS);
echo "done\n";
?>
--EXPECT--
done

Function Calls

implode 1

Variables

$glue

Stats

MD5 53edebc16c9db622a7a9655a9f43c393
Eval Count 0
Decode Time 88 ms