Home
last modified time | relevance | path

Searched refs:path (Results 451 – 475 of 841) sorted by path

1...<<11121314151617181920>>...34

/php-src/ext/standard/tests/file/
H A Dis_dir_variation4.phpt2 Test is_dir() function: usage variations - diff. path notations
H A Dis_executable_variation1.phpt2 Test is_executable() function: usage variations - diff. path notations
H A Dis_file_variation4.phpt2 Test is_file() function: usage variations - diff. path notations (Bug #42027)
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
H A Dmkdir_variation5-win32.phpt27 // relative bad path
36 //absolute bad path
H A Dmkdir_variation5.phpt25 // relative bad path
34 //absolute bad path
H A Dopen_basedir_cwd_resolve.phpt8 var_dump(file_get_contents('/some/path/outside/open/basedir'));
12 … open_basedir restriction in effect. File(/some/path/outside/open/basedir) is not within the allow…
14 Warning: file_get_contents(/some/path/outside/open/basedir): Failed to open stream: Operation not p…
H A Dparse_ini_file.phpt27 path = /usr/local/bin
229 [path] => /usr/local/bin
348 [path] => /usr/local/bin
H A Dparse_ini_file_variation3.phpt2 Test parse_ini_file() function : variation: include path searching
27 $path = get_include_path();
28 echo "New include path is : " . $path . "\n";
70 New include path is : %sparse_ini_file_variation3.dir1%sparse_ini_file_variation3.dir2%sparse_ini_f…
H A Dparse_ini_file_variation6-win32-mb.phpt40 // unixifed path
H A Dparse_ini_file_variation6-win32.phpt40 // unixifed path
H A Dpathinfo_basic.phpt51 /* loop through $paths to test each $path in the above array */
52 foreach($paths as $path) {
54 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
55 var_dump( pathinfo($path, PATHINFO_BASENAME) );
56 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
57 var_dump( pathinfo($path, PATHINFO_FILENAME) );
58 var_dump( pathinfo($path) );
H A Dpathinfo_basic1-win32.phpt57 /* loop through $paths to test each $path in the above array */
58 foreach($paths as $path) {
60 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
61 var_dump( pathinfo($path, PATHINFO_BASENAME) );
62 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
63 var_dump( pathinfo($path, PATHINFO_FILENAME) );
64 var_dump( pathinfo($path) );
H A Dpathinfo_basic1.phpt57 /* loop through $paths to test each $path in the above array */
58 foreach($paths as $path) {
60 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
61 var_dump( pathinfo($path, PATHINFO_BASENAME) );
62 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
63 var_dump( pathinfo($path, PATHINFO_FILENAME) );
64 var_dump( pathinfo($path) );
H A Dpathinfo_basic2-win32.phpt34 /* loop through $paths to test each $path in the above array */
35 foreach($paths as $path) {
37 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
38 var_dump( pathinfo($path, PATHINFO_BASENAME) );
39 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
40 var_dump( pathinfo($path, PATHINFO_FILENAME) );
41 var_dump( pathinfo($path) );
H A Dpathinfo_basic2.phpt34 /* loop through $paths to test each $path in the above array */
35 foreach($paths as $path) {
37 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
38 var_dump( pathinfo($path, PATHINFO_BASENAME) );
39 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
40 var_dump( pathinfo($path, PATHINFO_FILENAME) );
41 var_dump( pathinfo($path) );
H A Dpathinfo_variaton.phpt63 /* loop through $paths to test each $path in the above array */
64 foreach($paths as $path) {
66 var_dump( pathinfo($path) );
67 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
68 var_dump( pathinfo($path, PATHINFO_BASENAME) );
69 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
70 var_dump( pathinfo($path, PATHINFO_FILENAME) );
H A Dpopen_pclose_basic-win32-mb.phpt26 // the only solution is to either put the absolute path here, or
31 // have to put the absolute path here.
H A Dpopen_pclose_basic-win32.phpt26 // the only solution is to either put the absolute path here, or
31 // have to put the absolute path here.
H A Dreadfile_variation10-win32.phpt27 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt27 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation3.phpt2 Test readfile() function: usage variation - include path
5 /* test readfile() by providing an include path, second argument */
13 echo "*** Testing readfile(): checking second argument, include path ***\n";
29 // use the context argument with include path
30 echo "*** Testing readfile(): checking second argument, include path with context specified ***\n";
44 *** Testing readfile(): checking second argument, include path ***
52 *** Testing readfile(): checking second argument, include path with context specified ***
H A Dreadfile_variation6.phpt2 Test readfile() function : variation - test include path
31 fwrite($h, "File in include path");
41 File in include path
H A Dreadfile_variation8-win32-mb.phpt49 // unixifed path
H A Dreadfile_variation8-win32.phpt49 // unixifed path

Completed in 35 milliseconds

1...<<11121314151617181920>>...34