Home
last modified time | relevance | path

Searched refs:posix_getcwd (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getcwd_basic.phpt2 posix_getcwd(): Basic tests
6 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
10 echo "Basic test of POSIX posix_getcwd function\n";
11 var_dump(posix_getcwd());
12 var_dump(posix_getcwd(1));
17 Basic test of POSIX posix_getcwd function
20 Warning: posix_getcwd() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_getcwd.phpt2 posix_getcwd(): Basic tests
6 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
11 var_dump(posix_getcwd());
12 var_dump(posix_getcwd(1));
18 Warning: posix_getcwd() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/posix/
H A Dphp_posix.h90 PHP_FUNCTION(posix_getcwd);
H A Dposix.c275 PHP_FE(posix_getcwd, arginfo_posix_getcwd)
808 PHP_FUNCTION(posix_getcwd) in PHP_FUNCTION() argument

Completed in 9 milliseconds