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 #75696 (posix_getgrnam fails to print details of group) --EXTENSIONS-- posix ..
Decoded Output download
--TEST--
Bug #75696 (posix_getgrnam fails to print details of group)
--EXTENSIONS--
posix
--FILE--
<?php
$gid = posix_getgid();
$name = posix_getgrgid($gid)['name'];
$info = posix_getgrnam($name);
var_dump(is_array($info));
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
Bug #75696 (posix_getgrnam fails to print details of group)
--EXTENSIONS--
posix
--FILE--
<?php
$gid = posix_getgid();
$name = posix_getgrgid($gid)['name'];
$info = posix_getgrnam($name);
var_dump(is_array($info));
?>
--EXPECT--
bool(true)
Function Calls
None |
Stats
MD5 | 1a2da42aac30d50d801127ae8bd4df87 |
Eval Count | 0 |
Decode Time | 84 ms |