Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/libxml/tests/
H A Dbug61367-write.phpt14 var_dump($doc->save(dirname(getcwd()) . '/bad'));
H A Dbug61367-read.phpt18 $dir = htmlspecialchars(dirname(getcwd()));
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation13.phpt30 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
H A Dproc_open01.phpt14 $pipes, getcwd(), array(), array('binary_pipes' => true)
H A Dbug60120.phpt28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dfopen_include_path.inc2 $pwd = getcwd();
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dbug54028_2.phpt28 $old_cwd = getcwd();
/PHP-7.2/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dproc_open_bug64438.phpt17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-7.2/tests/security/
H A Dopen_basedir_error_log.phpt9 $initdir = getcwd();
H A Dopen_basedir_mkdir.phpt14 $initdir = getcwd();
H A Dopen_basedir_rmdir.phpt8 $initdir = getcwd();
H A Dopen_basedir_linkinfo.phpt17 $initdir = getcwd();
H A Dopen_basedir_unlink.phpt8 $initdir = getcwd();
H A Dopen_basedir_rename.phpt8 $initdir = getcwd();
H A Dopen_basedir_error_log_variation.phpt8 $initdir = getcwd();
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_include_path.inc2 $pwd = getcwd();
/PHP-7.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt222 self::$origdir = getcwd();
227 self::_removeTmpFiles($temp, getcwd());
336 self::_removeTmpFiles($f, getcwd());
517 self::$origdir = getcwd();
522 self::_removeTmpFiles($temp, getcwd());
631 self::_removeTmpFiles($f, getcwd());
812 self::$origdir = getcwd();
817 self::_removeTmpFiles($temp, getcwd());
926 self::_removeTmpFiles($f, getcwd());
H A Dphar_createdefaultstub.phpt202 self::$origdir = getcwd();
207 self::_removeTmpFiles($temp, getcwd());
316 self::_removeTmpFiles($f, getcwd());
496 self::$origdir = getcwd();
501 self::_removeTmpFiles($temp, getcwd());
610 self::_removeTmpFiles($f, getcwd());
798 self::$origdir = getcwd();
803 self::_removeTmpFiles($temp, getcwd());
912 self::_removeTmpFiles($f, getcwd());
/PHP-7.2/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-7.2/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());
H A Dopenssl.phar166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
280 self::_removeTmpFiles($f, getcwd());
/PHP-7.2/main/
H A Dphp.h125 # ifndef getcwd
126 # define getcwd(a, b) _getcwd(a, b) macro

Completed in 31 milliseconds

12345