posix_setegid_basic.phpt 184 B

12345678910
  1. --TEST--
  2. Test function posix_setegid() by calling it with its expected arguments
  3. --EXTENSIONS--
  4. posix
  5. --FILE--
  6. <?php
  7. var_dump(posix_setegid(posix_getegid()));
  8. ?>
  9. --EXPECT--
  10. bool(true)