Home
last modified time | relevance | path

Searched refs:getcwd (Results 101 – 108 of 108) sorted by relevance

12345

/PHP-7.2/ext/standard/
H A Dconfig.m4291 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass mempcpy strpncp…
H A Dbasic_functions.c3223 PHP_FE(getcwd, arginfo_getcwd)
/PHP-7.2/
H A Drun-tests.php68 $CUR_DIR = getcwd();
82 $cwd = getcwd();
H A Dserver-tests.php483 $this->cwd = getcwd();
H A Dacinclude.m41678 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a
1682 AC_MSG_CHECKING([for broken getcwd])
1686 AC_DEFINE(HAVE_BROKEN_GETCWD,1, [Define if system has broken getcwd])
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c420 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_main_cwd_init()
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c3644 if (getcwd(final, max_len) == NULL) in lsapi_check_path()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c32891 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },

Completed in 538 milliseconds

12345