Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/tests/dir/
H A Dgetcwd_error.phpt2 Test getcwd() function : error conditions - Incorrect number of arguments
5 /* Prototype : mixed getcwd(void)
11 * Pass incorrect number of arguments to getcwd() to test behaviour
14 echo "*** Testing getcwd() : error conditions ***\n";
17 echo "\n-- Testing getcwd() function with one argument --\n";
19 var_dump( getcwd($extra_arg) );
23 *** Testing getcwd() : error conditions ***
25 -- Testing getcwd() function with one argument --
27 Warning: getcwd() expects exactly 0 parameters, 1 given in %s on line %d
H A Dgetcwd_basic.phpt2 Test getcwd() function : basic functionality
5 /* Prototype : mixed getcwd(void)
11 * Test basic functionality of getcwd()
14 echo "*** Testing getcwd() : basic functionality ***\n";
20 var_dump(getcwd());
22 var_dump(getcwd());
31 *** Testing getcwd() : basic functionality ***
H A Dchdir_variation2.phpt31 var_dump(getcwd());
36 var_dump(getcwd());
40 var_dump(getcwd());
45 var_dump(getcwd());
49 var_dump(getcwd());
54 var_dump(getcwd());
59 var_dump(getcwd());
H A Dchdir_basic.phpt30 var_dump(getcwd());
34 var_dump(getcwd());
H A Ddir_error.phpt20 var_dump( dir(getcwd(), "stream", $extra_arg) );
/PHP-5.5/ext/standard/tests/file/
H A Drealpath_basic2.phpt6 var_dump(realpath('.') == realpath(getcwd()));
8 var_dump(realpath('.') == realpath(getcwd()));
H A Dbug55124.phpt5 $old_dir_path = getcwd();
H A Dparse_ini_file_variation3.phpt14 $pwd = getcwd();
60 $pwd = getcwd();
H A Dfopen_variation13.phpt30 $absFile = getcwd().'/'.$tempDir.'/'.$tmpfile;
H A Dproc_open01.phpt14 $pipes, getcwd(), array(), array('binary_pipes' => true)
/PHP-5.5/main/
H A Dwin95nt.h51 #ifndef getcwd
52 # define getcwd(a, b) _getcwd(a, b) macro
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt7 $d = new Directory(getcwd());
14 $d = new Directory(getcwd());
21 $d = new Directory(getcwd());
H A DDirectoryClass_basic_001.phpt16 $d = new Directory(getcwd());
/PHP-5.5/ext/session/tests/
H A Dsession_save_path_variation4.phpt22 $initdir = getcwd();
46 $initdir = getcwd();
/PHP-5.5/ext/standard/
H A Dphp_dir.h33 PHP_FUNCTION(getcwd);
/PHP-5.5/Zend/tests/
H A Dbug39542.phpt5 $oldcwd = getcwd();
/PHP-5.5/ext/zlib/tests/
H A Dreading_include_path.inc10 $baseDir = getcwd();
/PHP-5.5/ext/phar/
H A Dshortarc.php166 self::$origdir = getcwd();
171 self::_removeTmpFiles($temp, getcwd());
286 self::_removeTmpFiles($f, getcwd());
/PHP-5.5/tests/security/
H A Dopen_basedir.inc62 $directory = getcwd();
72 $directory = (getcwd()."/test");
92 $directory = getcwd();
H A Dopen_basedir_error_log.phpt9 $initdir = getcwd();
/PHP-5.5/ext/dom/tests/
H A Ddom_xinclude.phpt13 $reldir = str_replace(getcwd(),".",dirname(__FILE__));
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-write.phpt14 var_dump($doc->save(dirname(getcwd()) . '/bad'));
/PHP-5.5/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-5.5/ext/phar/tests/
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());

Completed in 53 milliseconds

1234