Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 25 of 169) sorted by path

1234567

/PHP-5.5/
H A DNEWS2897 . Fixed bug #61546 (functions related to current script failed when chdir()
3553 . Fixed bug #61546 (functions related to current script failed when chdir()
6800 - Fixed bug #45181 (chdir() should clear relative entries in stat cache).
7596 - Fixed bug #41063 (chdir doesn't like root paths). (Dmitry)
8260 - Fixed missing open_basedir check inside chdir() function. (Ilia)
/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)
/PHP-5.5/Zend/tests/
H A Dbug39542.phpt6 chdir(dirname(__FILE__));
21 chdir($oldcwd);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt15 chdir(__DIR__);
/PHP-5.5/ext/gettext/tests/
H A Dgettext_basic-enus.phpt15 chdir(dirname(__FILE__));
H A Dgettext_basic.phpt15 chdir(dirname(__FILE__));
H A Dgettext_bindtextdomain-cwd.phpt14 chdir($base_dir);
H A Dgettext_bindtextdomain-emptydomain.phpt10 chdir(dirname(__FILE__));
H A Dgettext_bindtextdomain-path.phpt10 chdir(dirname(__FILE__));
H A Dgettext_bindtextdomain-wrongparams.phpt10 chdir(dirname(__FILE__));
H A Dgettext_dcgettext.phpt13 chdir(dirname(__FILE__));
H A Dgettext_dgettext.phpt13 chdir(dirname(__FILE__));
H A Dgettext_dgettext_error_wrongparams.phpt15 chdir(dirname(__FILE__));
H A Dgettext_dngettext-plural.phpt13 chdir(dirname(__FILE__));
H A Dgettext_dngettext-wrongparams.phpt13 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__));
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt38 var_dump(chdir('test_bug_61367/base'));
H A Dbug61367-write.phpt25 var_dump(chdir('test_bug_61367/base'));
H A Dlibxml_set_external_entity_loader_variation1.phpt7 chdir(__DIR__);
H A Dlibxml_set_external_entity_loader_variation2.phpt10 chdir(__DIR__);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt32 chdir(__DIR__);
/PHP-5.5/ext/phar/
H A Dshortarc.php63 chdir(Extract_Phar::$temp);
189 chdir($temp);
280 chdir($temp);
293 chdir($origdir);
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt43 chdir(dirname(__FILE__));

Completed in 67 milliseconds

1234567