posix_getegid_basic.phpt 258 B

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