-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/posix/tests/
File Upload :
Current File : //usr/src/php/ext/posix/tests/posix_getegid_basic.phpt

--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)

Copyright © 2017 || Recoded By Mr.Bumblebee