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-- Test php_uname() function - basic test --FILE-- <?php echo "*** Testing php_unam..
Decoded Output download
*** Testing php_uname() - basic test
Did this file decode correctly?
Original Code
--TEST--
Test php_uname() function - basic test
--FILE--
<?php
echo "*** Testing php_uname() - basic test\n";
var_dump(php_uname());
echo "\n-- Try all the defined mode's --\n";
var_dump(php_uname('a'));
var_dump(php_uname('s'));
var_dump(php_uname('n'));
var_dump(php_uname('r'));
var_dump(php_uname('v'));
var_dump(php_uname('m'));
?>
--EXPECTF--
*** Testing php_uname() - basic test
string(%d) "%s"
-- Try all the defined mode's --
string(%d) "%s"
string(%d) "%s"
string(%d) "%s"
string(%d) "%s"
string(%d) "%s"
string(%d) "%s"
Function Calls
var_dump | 1 |
php_uname | 1 |
Stats
MD5 | e33bc2a6b8da64b6d68a2572547bfba6 |
Eval Count | 0 |
Decode Time | 92 ms |