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 posix_getpgid() function : basic functionality --EXTENSIONS-- posix --FILE--..
Decoded Output download
Basic test of posix_getpgid function
Did this file decode correctly?
Original Code
--TEST--
Test posix_getpgid() function : basic functionality
--EXTENSIONS--
posix
--FILE--
<?php
echo "Basic test of posix_getpgid function\n";
$pid = posix_getpid();
$pgid = posix_getpgid($pid);
var_dump($pgid);
?>
===DONE====
--EXPECTF--
Basic test of posix_getpgid function
int(%d)
===DONE====
Function Calls
posix_getpid | 1 |
Stats
MD5 | 42b53ff79dac998eac44fcda11a8fbd1 |
Eval Count | 0 |
Decode Time | 102 ms |