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 function posix_geteuid() by calling it with its expected arguments --CREDITS..
Decoded Output download
--TEST--
Test function posix_geteuid() by calling it with its expected arguments
--CREDITS--
Marco Fabbri [email protected]
Francesco Fullone [email protected]
#PHPTestFest Cesena Italia on 2009-06-20
--EXTENSIONS--
posix
--FILE--
<?php
var_dump(posix_geteuid());
?>
--EXPECTF--
int(%d)
Did this file decode correctly?
Original Code
--TEST--
Test function posix_geteuid() by calling it with its expected arguments
--CREDITS--
Marco Fabbri [email protected]
Francesco Fullone [email protected]
#PHPTestFest Cesena Italia on 2009-06-20
--EXTENSIONS--
posix
--FILE--
<?php
var_dump(posix_geteuid());
?>
--EXPECTF--
int(%d)
Function Calls
posix_geteuid | 1 |
Stats
MD5 | 254dd1ce542f9be123a9159cdc3c24ca |
Eval Count | 0 |
Decode Time | 85 ms |