Home
last modified time | relevance | path

Searched refs:chdir (Results 126 – 150 of 169) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation2-win32.phpt23 chdir(dirname(__FILE__));
84 chdir($old_dir_path);
H A Dtempnam_variation2.phpt23 chdir(dirname(__FILE__));
84 chdir($old_dir_path);
H A Dfopen_variation14.phpt35 chdir($testDir);
40 chdir("..");
H A Dfopen_variation15.phpt38 chdir($testDir);
43 chdir("..");
H A Dunlink_variation8-win32.phpt23 chdir(__DIR__);
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt38 var_dump(chdir('test_bug_61367/base'));
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases2.phpt15 chdir(dirname(__FILE__));
H A Dfopen_edgecases2U.phpt15 chdir(dirname(__FILE__));
H A Dphar_buildfromiterator4.phpt39 chdir(dirname(__FILE__));
H A Dreadfile_edgecasesU.phpt14 chdir(dirname(__FILE__));
H A Dreadfile_edgecases.phpt15 chdir(dirname(__FILE__));
H A Dphar_buildfromiterator8.phpt10 chdir(dirname(__FILE__));
H A Dfgc_edgecases.phpt19 chdir(dirname(__FILE__));
H A Dphar_buildfromiterator10.phpt13 chdir(dirname(__FILE__));
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_basic.phpt33 var_dump(chdir($level_one_dir_path));
H A Dreaddir_basic.phpt17 chdir(dirname(__FILE__));
H A Dreaddir_variation3.phpt18 chdir(dirname(__FILE__));
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt10 chdir(dirname(__FILE__));
H A Dxml001.phpt10 chdir(dirname(__FILE__));
H A Dxml002.phpt10 chdir(dirname(__FILE__));
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt10 chdir(dirname(__FILE__));
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt10 chdir(dirname(__FILE__));
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation4.phpt31 chdir($baseDir);
37 chdir("..");
/PHP-5.5/ext/standard/
H A Ddir.c309 ret = chdir("/"); in PHP_FUNCTION()
323 PHP_FUNCTION(chdir) in PHP_FUNCTION() argument
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h302 #define VCWD_CHDIR(path) chdir(path)
303 #define VCWD_CHDIR_FILE(path) virtual_chdir_file(path, chdir)

Completed in 28 milliseconds

1234567