Searched refs:posix_getcwd (Results 1 – 3 of 3) sorted by relevance
2 posix_getcwd(): Basic tests6 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
90 PHP_FUNCTION(posix_getcwd);
279 PHP_FE(posix_getcwd, arginfo_posix_getcwd)886 PHP_FUNCTION(posix_getcwd) in PHP_FUNCTION() argument
Completed in 11 milliseconds