posix_geteuid_basic.phpt 283 B

1234567891011121314
  1. --TEST--
  2. Test function posix_geteuid() by calling it with its expected arguments
  3. --CREDITS--
  4. Marco Fabbri mrfabbri@gmail.com
  5. Francesco Fullone ff@ideato.it
  6. #PHPTestFest Cesena Italia on 2009-06-20
  7. --EXTENSIONS--
  8. posix
  9. --FILE--
  10. <?php
  11. var_dump(posix_geteuid());
  12. ?>
  13. --EXPECTF--
  14. int(%d)