chdir 279 TSRM/tsrm_virtual_cwd.h #define VCWD_CHDIR(path) chdir(path) chdir 280 TSRM/tsrm_virtual_cwd.h #define VCWD_CHDIR_FILE(path) virtual_chdir_file(path, chdir) chdir 3604 ext/standard/basic_functions.c PHP_FE(chdir, arginfo_chdir) chdir 292 ext/standard/dir.c ret = chdir("/"); chdir 877 ext/standard/proc_open.c chdir(cwd); chdir 67 run-tests.php @chdir(getenv('TEST_PHP_SRCDIR')); chdir 491 server-tests.php @chdir($this->conf['TEST_PHP_SRCDIR']);