Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/standard/tests/file/
H A Dunlink_variation8.phpt20 $cwd = getcwd();
H A Dfopen_variation14-win32.phpt16 $absTestDir = getcwd().'/'.$testDir;
/PHP-8.0/build/
H A Dgen_stub.php1767 $cwd = getcwd();
1958 $methodSynopsesDirectory = getcwd() . "/methodsynopses";
H A Dphp.m41372 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a
1376 AC_MSG_CHECKING([for broken getcwd])
1380 AC_DEFINE(HAVE_BROKEN_GETCWD,1, [Define if system has broken getcwd])
/PHP-8.0/
H A Drun-tests.php164 define('INIT_DIR', getcwd());
171 define('TEST_PHP_SRCDIR', getcwd());
H A Dconfigure.ac563 getcwd \
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c188 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_main_cwd_init()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php712 function getcwd(): string|false {} function
H A Dbasic_functions_arginfo.h2523 ZEND_FUNCTION(getcwd);
3160 ZEND_FE(getcwd, arginfo_getcwd)
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c3883 if (getcwd(final, max_len) == NULL) in lsapi_check_path()

Completed in 75 milliseconds

12345