Home
last modified time | relevance | path

Searched refs:chdir (Results 76 – 100 of 196) sorted by relevance

12345678

/PHP-7.2/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt10 chdir(dirname(__FILE__));
H A Dgettext_bindtextdomain-wrongparams.phpt10 chdir(dirname(__FILE__));
H A Dgettext_ngettext.phpt14 chdir(dirname(__FILE__));
H A Dgettext_textdomain-retval.phpt15 chdir(dirname(__FILE__));
H A Dgettext_textdomain-wrongparams.phpt15 chdir(dirname(__FILE__));
H A Dgettext_dcgettext.phpt13 chdir(dirname(__FILE__));
H A Dgettext_dngettext-plural.phpt13 chdir(dirname(__FILE__));
H A Dgettext_basic-enus.phpt15 chdir(dirname(__FILE__));
H A Dgettext_dgettext.phpt13 chdir(dirname(__FILE__));
H A Dgettext_dngettext-wrongparams.phpt13 chdir(dirname(__FILE__));
H A Dgettext_bindtextdomain-cwd.phpt14 chdir($base_dir);
/PHP-7.2/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt7 chdir(dirname(__FILE__). "/../../..");
H A Dgzfile_variation15.phpt19 chdir($baseDir);
25 chdir("..");
H A Dreadgzfile_variation15.phpt19 chdir($baseDir);
25 chdir("..");
/PHP-7.2/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt24 chdir(__DIR__ . "\\mnt\\test");
43 chdir($old_dir);
/PHP-7.2/ext/standard/tests/file/
H A Drealpath_basic3.phpt38 chdir("$file_path/..");
39 chdir($file_path);
H A Dparse_ini_file_variation6.phpt22 chdir(dirname(__FILE__));
57 chdir($old_dir_path);
H A Dreadfile_variation9.phpt31 chdir(dirname(__FILE__));
62 chdir($old_dir_path);
H A Dfile_get_contents_variation7.phpt22 chdir(dirname(__FILE__));
55 chdir($old_dir_path);
H A Dfile_variation8.phpt22 chdir(dirname(__FILE__));
56 chdir($old_dir_path);
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_unix.c361 if (wp->config->chdir && *wp->config->chdir) { in fpm_unix_init_child()
362 if (0 > chdir(wp->config->chdir)) { in fpm_unix_init_child()
363 zlog(ZLOG_SYSERROR, "[pool %s] failed to chdir(%s)", wp->config->name, wp->config->chdir); in fpm_unix_init_child()
367 if (0 > chdir("/")) { in fpm_unix_init_child()
/PHP-7.2/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt21 chdir($directory);
/PHP-7.2/tests/security/
H A Dopen_basedir.inc13 // move around to various directories for testing using chdir(). This is NOT
94 var_dump(chdir($directory));
99 var_dump(chdir($directory."/test/ok"));
/PHP-7.2/ext/phar/tests/
H A Dbug72321.phpt7 chdir(__DIR__);
/PHP-7.2/ext/xml/tests/
H A Dxml_closures_001.phpt7 chdir(dirname(__FILE__));

Completed in 44 milliseconds

12345678