ru_php/ext/posix/tests/posix_getcwd.phpt

17 lines
228 B
PHP

--TEST--
posix_getcwd(): Basic tests
--EXTENSIONS--
posix
--SKIPIF--
<?php
if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
?>
--FILE--
<?php
var_dump(posix_getcwd());
?>
--EXPECTF--
string(%d) "%s"