Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 110) sorted by relevance

12345

/PHP-8.0/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt2 Test getcwd() function : basic functionality
6 * Test basic functionality of getcwd()
9 echo "*** Testing getcwd() : basic functionality ***\n";
15 var_dump(getcwd());
17 var_dump(getcwd());
25 *** Testing getcwd() : basic functionality ***
H A Dgetcwd_basic-win32-mb.phpt2 Test getcwd() function : basic functionality
12 * Test basic functionality of getcwd()
15 echo "*** Testing getcwd() : basic functionality ***\n";
21 var_dump(getcwd());
23 var_dump(getcwd());
31 *** Testing getcwd() : basic functionality ***
H A Dchdir_variation2.phpt26 var_dump(getcwd());
31 var_dump(getcwd());
35 var_dump(getcwd());
40 var_dump(getcwd());
44 var_dump(getcwd());
49 var_dump(getcwd());
54 var_dump(getcwd());
H A Dchdir_variation2-win32-mb.phpt33 var_dump(getcwd());
38 var_dump(getcwd());
42 var_dump(getcwd());
47 var_dump(getcwd());
51 var_dump(getcwd());
56 var_dump(getcwd());
61 var_dump(getcwd());
H A Dchdir_basic.phpt25 var_dump(getcwd());
29 var_dump(getcwd());
H A Dchdir_basic-win32-mb.phpt32 var_dump(getcwd());
36 var_dump(getcwd());
H A Dbug71542.phpt5 $dir = basename(getcwd());
/PHP-8.0/ext/standard/tests/file/
H A Drealpath_basic2.phpt6 var_dump(realpath('.') == realpath(getcwd()));
8 var_dump(realpath('.') == realpath(getcwd()));
H A Drealpath_bug77484.phpt16 $old_cwd = getcwd();
23 $new_cwd = getcwd();
H A Dbug55124.phpt5 $old_dir_path = getcwd();
H A Dparse_ini_file_variation3.phpt8 $pwd = getcwd();
52 $pwd = getcwd();
H A Dopen_basedir_cwd_resolve.phpt6 $cwd = getcwd();
H A Dfopen_variation13.phpt23 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
H A Dbug72035.phpt24 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt2 Test chdir()/getcwd() with a dir for multibyte filenames
30 $oldcwd = getcwd();
32 var_dump(getcwd());
H A Dbug75063_utf8.phpt28 $old_cwd = getcwd();
38 var_dump(getcwd());
39 if (\$dh = opendir(getcwd())) {
H A Dbug75063_cp1251.phpt30 $old_cwd = getcwd();
40 var_dump(getcwd());
41 if (\$dh = opendir(getcwd())) {
/PHP-8.0/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt7 $d = new Directory(getcwd());
26 $d = new Directory(getcwd());
H A DDirectoryClass_error_001-mb.phpt6 $d = getcwd().PATH_SEPARATOR."私はガラスを食べられます";
52 $d = getcwd().PATH_SEPARATOR."私はガラスを食べられます";
H A DDirectoryClass_basic_001.phpt15 $d = new Directory(getcwd());
/PHP-8.0/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
/PHP-8.0/ext/zlib/tests/
H A Dreading_include_path.inc10 $baseDir = getcwd();
/PHP-8.0/ext/phar/
H A Dshortarc.php166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
286 self::_removeTmpFiles($f, getcwd());
/PHP-8.0/tests/security/
H A Dopen_basedir.inc62 $directory = getcwd();
72 $directory = (getcwd()."/test");
92 $directory = getcwd();
/PHP-8.0/sapi/cli/tests/
H A D023.phpt11 $cwd = getcwd();

Completed in 23 milliseconds

12345