Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/standard/tests/file/
H A Dreadfile_variation8-win32-mb.phpt29 $old_dir_path = getcwd();
H A Drename_variation11-win32.phpt23 $old_dir_path = getcwd();
H A Drename_variation12-win32.phpt24 $old_dir_path = getcwd();
H A Dfopen_variation8.phpt15 $baseDir = getcwd();
H A Dfopen_variation5.phpt15 $baseDir = getcwd();
H A Dfopen_variation15-win32.phpt15 $includePathDir = getcwd().'/fopen15.includeDir';
17 $absTestDir = getcwd().'/'.$testDir;
H A Dtempnam_variation8-win32.phpt20 $old_dir_path = getcwd();
H A Dtempnam_variation2-win32.phpt18 $old_dir_path = getcwd();
H A Dtempnam_variation2.phpt18 $old_dir_path = getcwd();
H A Dfopen_variation14.phpt16 $absTestDir = getcwd().'/'.$testDir;
H A Dtouch_variation5.phpt16 $cwd = getcwd();
H A Dtouch_variation6-win32.phpt17 $cwd = getcwd();
/PHP-8.0/tests/security/
H A Dopen_basedir_chmod.phpt8 $initdir = getcwd();
H A Dopen_basedir_file_put_contents.phpt8 $initdir = getcwd();
H A Dopen_basedir_readlink.phpt14 $initdir = getcwd();
H A Dopen_basedir_link.phpt14 $initdir = getcwd();
H A Dopen_basedir_opendir.phpt8 $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-8.0/Zend/
H A Dzend_virtual_cwd.h313 #define VCWD_GETCWD(buff, size) getcwd(buff, size)
/PHP-8.0/ext/standard/
H A Ddir.c336 PHP_FUNCTION(getcwd) in PHP_FUNCTION() argument

Completed in 49 milliseconds

12345