Home
last modified time | relevance | path

Searched refs:getcwd (Results 26 – 50 of 110) sorted by relevance

12345

/PHP-8.0/ext/standard/tests/dir/
H A Dbug80960.phpt13 opendir(str_pad("longname", PHP_MAXPATHLEN - strlen(getcwd()), "_"));
/PHP-8.0/ext/dom/tests/
H A Ddom_xinclude.phpt13 $reldir = str_replace(getcwd(),".",__DIR__);
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dbug54028_2.phpt28 $old_cwd = getcwd();
/PHP-8.0/ext/standard/tests/file/
H A Dproc_open01.phpt14 $pipes, getcwd(), array(), array()
H A Dbug60120.phpt24 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dfopen_include_path.inc2 $pwd = getcwd();
/PHP-8.0/ext/libxml/tests/
H A Dbug61367-write.phpt14 var_dump($doc->save(dirname(getcwd()) . '/bad'));
H A Dbug61367-read_2.phpt20 $dir = htmlspecialchars(dirname(getcwd()));
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt32 getcwd(),
H A Dproc_open_bug64438.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-8.0/tests/security/
H A Dopen_basedir_error_log.phpt9 $initdir = getcwd();
H A Dopen_basedir_mkdir.phpt8 $initdir = getcwd();
H A Dopen_basedir_linkinfo.phpt17 $initdir = getcwd();
H A Dopen_basedir_rmdir.phpt8 $initdir = getcwd();
H A Dopen_basedir_unlink.phpt8 $initdir = getcwd();
H A Dopen_basedir_error_log_variation.phpt8 $initdir = getcwd();
H A Dopen_basedir_rename.phpt8 $initdir = getcwd();
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_include_path.inc2 $pwd = getcwd();
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt201 self::$origdir = getcwd();
206 self::_removeTmpFiles($temp, getcwd());
315 self::_removeTmpFiles($f, getcwd());
495 self::$origdir = getcwd();
500 self::_removeTmpFiles($temp, getcwd());
609 self::_removeTmpFiles($f, getcwd());
797 self::$origdir = getcwd();
802 self::_removeTmpFiles($temp, getcwd());
911 self::_removeTmpFiles($f, getcwd());
H A Dphar_setdefaultstub.phpt221 self::$origdir = getcwd();
226 self::_removeTmpFiles($temp, getcwd());
335 self::_removeTmpFiles($f, getcwd());
516 self::$origdir = getcwd();
521 self::_removeTmpFiles($temp, getcwd());
630 self::_removeTmpFiles($f, getcwd());
811 self::$origdir = getcwd();
816 self::_removeTmpFiles($temp, getcwd());
925 self::_removeTmpFiles($f, getcwd());
/PHP-8.0/main/
H A Dphp.h115 # ifndef getcwd
116 # define getcwd(a, b) _getcwd(a, b) macro
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
280 self::_removeTmpFiles($f, getcwd());
H A Dopenssl.phar166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
280 self::_removeTmpFiles($f, getcwd());
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
280 self::_removeTmpFiles($f, getcwd());
H A Dnophar.phar166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
280 self::_removeTmpFiles($f, getcwd());

Completed in 88 milliseconds

12345