ru_php/ext/posix/tests/posix_getegid_basic.phpt

14 lines
258 B
PHP

--TEST--
Test function posix_getegid() by calling it with its expected arguments
--CREDITS--
Michelangelo van Dam dragonbe@gmail.com
#PHPTestFest Dutch PHP Conference 2012
--EXTENSIONS--
posix
--FILE--
<?php
var_dump(posix_getegid());
?>
--EXPECTF--
int(%d)