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-- runkit_constant_add() function --SKIPIF-- <?php if(!extension_loaded("runkit") ||..
Decoded Output download
--TEST--
runkit_constant_add() function
--SKIPIF--
<?php if(!extension_loaded("runkit") || !RUNKIT_FEATURE_MANIPULATION) print "skip"; ?>
--FILE--
<?php
runkit_constant_add('FOO', "BAR
");
echo FOO;
?>
--EXPECT--
BAR
Did this file decode correctly?
Original Code
--TEST--
runkit_constant_add() function
--SKIPIF--
<?php if(!extension_loaded("runkit") || !RUNKIT_FEATURE_MANIPULATION) print "skip"; ?>
--FILE--
<?php
runkit_constant_add('FOO', "BAR\n");
echo FOO;
?>
--EXPECT--
BAR
Function Calls
extension_loaded | 1 |
Stats
MD5 | d0fde0325fdb35e3f3c95e014c5b1153 |
Eval Count | 0 |
Decode Time | 81 ms |