getcwd 463 Zend/zend_virtual_cwd.c result = getcwd(cwd, sizeof(cwd)); getcwd 292 Zend/zend_virtual_cwd.h #define VCWD_GETCWD(buff, size) getcwd(buff, size) getcwd 166 ext/phar/shortarc.php self::$origdir = getcwd(); getcwd 171 ext/phar/shortarc.php self::_removeTmpFiles($temp, getcwd()); getcwd 286 ext/phar/shortarc.php self::_removeTmpFiles($f, getcwd()); getcwd 25808 ext/sqlite3/libsqlite/sqlite3.c { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 }, getcwd 3177 ext/standard/basic_functions.c PHP_FE(getcwd, arginfo_getcwd) getcwd 792 ext/standard/proc_open.c orig_cwd = getcwd(NULL, PATH_MAX); getcwd 51 main/win95nt.h #ifndef getcwd getcwd 89 run-tests.php $CUR_DIR = getcwd(); getcwd 103 run-tests.php $cwd = getcwd(); getcwd 520 sapi/litespeed/lsapi_main.c getcwd( s_cur_chdir, sizeof( s_cur_chdir ) ); getcwd 493 server-tests.php $this->cwd = getcwd();