Home
last modified time | relevance | path

Searched refs:getcwd (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-7.2/ext/standard/tests/file/
H A Dfile_put_contents_variation7.phpt22 $old_dir_path = getcwd();
H A Dreadfile_variation8-win32-mb.phpt35 $old_dir_path = getcwd();
H A Drename_variation11-win32.phpt29 $old_dir_path = getcwd();
H A Drename_variation12-win32.phpt30 $old_dir_path = getcwd();
H A Dfopen_variation5.phpt23 $baseDir = getcwd();
H A Dfopen_variation8.phpt23 $baseDir = getcwd();
H A Dfopen_variation15-win32.phpt21 $includePathDir = getcwd().'/fopen15.includeDir';
23 $absTestDir = getcwd().'/'.$testDir;
H A Dtempnam_variation8-win32.phpt24 $old_dir_path = getcwd();
H A Dtempnam_variation2-win32.phpt22 $old_dir_path = getcwd();
H A Dtempnam_variation2.phpt22 $old_dir_path = getcwd();
H A Dfopen_variation14.phpt22 $absTestDir = getcwd().'/'.$testDir;
H A Dtouch_variation5.phpt22 $cwd = getcwd();
H A Dtouch_variation6-win32.phpt23 $cwd = getcwd();
H A Dunlink_variation8.phpt26 $cwd = getcwd();
H A Dfopen_variation14-win32.phpt22 $absTestDir = getcwd().'/'.$testDir;
/PHP-7.2/tests/security/
H A Dopen_basedir_opendir.phpt8 $initdir = getcwd();
H A Dopen_basedir_link.phpt14 $initdir = getcwd();
H A Dopen_basedir_dir.phpt8 $initdir = getcwd();
H A Dopen_basedir_file.phpt8 $initdir = getcwd();
H A Dopen_basedir_file_get_contents.phpt8 $initdir = getcwd();
H A Dopen_basedir_symlink.phpt14 $initdir = getcwd();
H A Dopen_basedir_fopen.phpt8 $initdir = getcwd();
H A Dopen_basedir_scandir.phpt8 $initdir = getcwd();
/PHP-7.2/ext/standard/
H A Ddir.c358 PHP_FUNCTION(getcwd) in PHP_FUNCTION() argument
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h309 #define VCWD_GETCWD(buff, size) getcwd(buff, size)

Completed in 24 milliseconds

12345