1--TEST--
2Test function posix_getegid() by calling it with its expected arguments
3--CREDITS--
4Michelangelo van Dam dragonbe@gmail.com
5#PHPTestFest Dutch PHP Conference 2012
6--EXTENSIONS--
7posix
8--FILE--
9<?php
10var_dump(posix_getegid());
11?>
12--EXPECTF--
13int(%d)
14