Home
last modified time | relevance | path

Searched refs:chdir (Results 151 – 175 of 195) sorted by relevance

12345678

/PHP-8.0/ext/standard/tests/dir/
H A Dopendir_basic-win32-mb.phpt35 var_dump(chdir($level_one_dir_path));
H A Dreaddir_basic.phpt12 chdir(__DIR__);
H A Dreaddir_variation3-win32-mb.phpt19 chdir(__DIR__);
H A Dreaddir_basic-win32-mb.phpt18 chdir(__DIR__);
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_conf.c151 { "chdir", &fpm_conf_set_string, WPO(chdir) },
656 free(wpc->chdir); in fpm_worker_pool_config_free()
1067 if (wp->config->chdir && *wp->config->chdir) { in fpm_conf_process_all_pools()
1069 fpm_evaluate_full_path(&wp->config->chdir, wp, NULL, 0); in fpm_conf_process_all_pools()
1071 if (*wp->config->chdir != '/') { in fpm_conf_process_all_pools()
1072 …ERROR, "[pool %s] the chdir path '%s' must start with a '/'", wp->config->name, wp->config->chdir); in fpm_conf_process_all_pools()
1079 spprintf(&buf, 0, "%s/%s", wp->config->chroot, wp->config->chdir); in fpm_conf_process_all_pools()
1082 …%s') does not exist or is not a directory", wp->config->name, wp->config->chdir, wp->config->chroo… in fpm_conf_process_all_pools()
1089 if (!fpm_conf_is_dir(wp->config->chdir)) { in fpm_conf_process_all_pools()
1090 …s] the chdir path '%s' does not exist or is not a directory", wp->config->name, wp->config->chdir); in fpm_conf_process_all_pools()
[all …]
/PHP-8.0/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt21 chdir(__DIR__);
79 chdir($old_dir_path);
H A Dtempnam_variation2-win32.phpt19 chdir(__DIR__);
80 chdir($old_dir_path);
H A Dtempnam_variation2.phpt19 chdir(__DIR__);
80 chdir($old_dir_path);
H A Dfopen_variation14.phpt29 chdir($testDir);
34 chdir("..");
H A Dfopen_variation15.phpt32 chdir($testDir);
37 chdir("..");
H A Dfile_put_contents_variation8.phpt18 chdir($dir);
/PHP-8.0/ext/phar/tests/
H A Dphar_buildfromiterator4.phpt39 chdir(__DIR__);
H A Dreadfile_edgecases.phpt13 chdir(__DIR__);
H A Dphar_buildfromiterator8.phpt10 chdir(__DIR__);
H A Dphar_buildfromiterator10.phpt13 chdir(__DIR__);
/PHP-8.0/ext/libxml/tests/
H A Dbug61367-read_2.phpt40 var_dump(chdir('test_bug_61367-read/base'));
H A Dbug61367-read.phpt40 var_dump(chdir('test_bug_61367-read/base'));
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_variation4.phpt25 chdir($baseDir);
31 chdir("..");
/PHP-8.0/ext/xml/tests/
H A Dxml001.phpt10 chdir(__DIR__);
H A Dxml003.phpt10 chdir(__DIR__);
H A Dxml002.phpt10 chdir(__DIR__);
/PHP-8.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt10 chdir(__DIR__);
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt10 chdir(__DIR__);
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h311 #define VCWD_CHDIR(path) chdir(path)
317 #define VCWD_CHDIR_FILE(path) virtual_chdir_file(path, chdir)
/PHP-8.0/ext/standard/
H A Ddir.c289 ret = chdir("/"); in PHP_FUNCTION()
302 PHP_FUNCTION(chdir) in PHP_FUNCTION() argument

Completed in 51 milliseconds

12345678