posix_getcwd.phpt 228 B

12345678910111213141516
  1. --TEST--
  2. posix_getcwd(): Basic tests
  3. --EXTENSIONS--
  4. posix
  5. --SKIPIF--
  6. <?php
  7. if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
  8. ?>
  9. --FILE--
  10. <?php
  11. var_dump(posix_getcwd());
  12. ?>
  13. --EXPECTF--
  14. string(%d) "%s"