1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Files
archived-php-src/ext/posix/tests/posix_getegid_basic.phpt
T
2018-10-14 12:07:20 -03:00

16 lines
339 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
--SKIPIF--
<?php
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
?>
--FILE--
<?php
var_dump(posix_getegid());
?>
--EXPECTF--
int(%d)