posix_ctermid_basic.phpt 293 B

12345678910111213141516
  1. --TEST--
  2. Test function posix_ctermid() 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_ctermid() );
  12. ?>
  13. --EXPECTF--
  14. string(%d) %s