Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 126) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/file/
H A Dbasename_basic-win32.phpt13 /* simple paths (forward slashes) */
19 /* simple paths with trailing slashes (forward slashes) */
26 /* simple paths (backslashes) */
32 /* simple paths with trailing slashes (backslashes) */
39 /* paths with numeric strings */
56 /* empty paths */
H A Dbasename_basic.phpt13 /* simple paths (forward slashes) */
19 /* simple paths with trailing slashes (forward slashes) */
26 /* simple paths (backslashes) */
32 /* simple paths with trailing slashes (backslashes) */
39 /* paths with numeric strings */
56 /* empty paths */
H A Drename_variation12.phpt2 Test rename() function : variation - various relative, absolute paths
17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
19 echo "*** Testing rename() with absolute and relative paths ***\n";
34 // absolute paths
43 // relative paths
72 *** Testing rename() with absolute and relative paths ***
H A Drename_variation12-win32.phpt2 Test rename() function : variation - various relative, absolute paths
17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
19 echo "*** Testing rename() with absolute and relative paths ***\n";
34 // absolute paths
43 // relative paths
72 *** Testing rename() with absolute and relative paths ***
H A Dtouch_variation5.phpt2 Test touch() function : variation: various valid and invalid paths
24 $paths = array(
54 echo "\n*** testing nonexisting paths ***\n";
55 test_nonexisting($paths);
58 test_existing($paths, false);
61 test_existing($paths, true);
68 function test_nonexisting($paths) {
69 foreach($paths as $path) {
111 function test_existing($paths, $are_dirs) {
112 foreach($paths as $path) {
[all …]
H A Dtouch_variation5-win32.phpt2 Test touch() function : variation: various valid and invalid paths
24 $paths = array(
54 echo "\n*** testing nonexisting paths ***\n";
55 test_nonexisting($paths);
58 test_existing($paths, false);
61 test_existing($paths, true);
68 function test_nonexisting($paths) {
69 foreach($paths as $path) {
111 function test_existing($paths, $are_dirs) {
112 foreach($paths as $path) {
[all …]
H A Dtouch_variation6-win32.phpt2 Test touch() function : variation: various valid and invalid paths
27 $paths = array(
60 echo "\n*** testing nonexisting paths ***\n";
61 test_nonexisting($paths);
64 test_existing($paths, false);
67 test_existing($paths, true);
74 function test_nonexisting($paths) {
75 foreach($paths as $path) {
117 function test_existing($paths, $are_dirs) {
118 foreach($paths as $path) {
[all …]
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
5 // fopen with interesting windows paths.
H A Dbasename-win32.phpt18 /* simple paths */
24 /* simple paths with trailing slashes */
31 /* paths with suffix removal */
38 /* paths with suffix and trailing slashes with suffix removal*/
45 /* paths with basename only suffix, with suffix removal*/
50 /* paths with basename only suffix & trailing slashes, with suffix removal*/
57 /* paths with shortcut home dir char, with suffix variation */
70 /* paths with numeric strings */
82 /* paths and suffix given as same */
94 /* empty paths */
H A Dtempnam_variation8-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
18 echo "*** Testing tempnam() with absolute and relative paths ***\n";
28 // absolute paths
37 // relative paths
90 *** Testing tempnam() with absolute and relative paths ***
H A Drename_variation11-win32.phpt2 Test rename() function : variation - various relative, absolute paths
18 echo "*** Testing rename() with absolute and relative paths ***\n";
35 // absolute paths
43 // relative paths
75 *** Testing rename() with absolute and relative paths ***
H A Dtempnam_variation2-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
16 echo "*** Testing tempnam() with absolute and relative paths ***\n";
26 // absolute paths
36 // relative paths
91 *** Testing tempnam() with absolute and relative paths ***
H A Dbasename.phpt12 /* simple paths */
18 /* simple paths with trailing slashes */
25 /* paths with suffix removal */
32 /* paths with suffix and trailing slashes with suffix removal*/
39 /* paths with basename only suffix, with suffix removal*/
49 /* paths with binary value to check if the function is binary safe*/
60 /* paths with shortcut home dir char, with suffix variation */
73 /* paths with hostname:dir notation, with suffix variation */
91 /* paths with numeirc strings */
103 /* paths and suffix given as same */
[all …]
H A Dtempnam_variation2.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
16 echo "*** Testing tempnam() with absolute and relative paths ***\n";
26 // absolute paths
36 // relative paths
91 *** Testing tempnam() with absolute and relative paths ***
H A Dglob_variation2.phpt21 echo "Testing glob() with relative paths:\n";
40 Testing glob() with relative paths:
H A Drealpath_variation2.phpt20 $paths = array('c:\\',
32 foreach($paths as $path) {
H A Dparse_ini_file_variation6.phpt2 Test parse_ini_file() function : variation - various absolute and relative paths
25 // absolute paths
33 // relative paths
H A Dfile_variation8.phpt2 Test file function : variation - various absolute and relative paths
25 // absolute paths
33 // relative paths
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
22 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
43 // open the directory with valid paths
44 echo "\n-- With valid paths --\n";
51 echo "\n-- With invalid paths --\n";
76 *** Testing dir() : checking with valid and invalid paths ***
78 -- With valid paths --
104 -- With invalid paths --
H A Dchdir_basic.phpt11 * Test basic functionality of chdir() with absolute and relative paths
32 echo "\n-- Testing chdir() with relative paths: --\n";
50 -- Testing chdir() with relative paths: --
H A Dopendir_basic.phpt11 * Test basic functionality of opendir() with absolute and relative paths as $path argument
32 echo "\n-- Testing opendir() with relative paths: --\n";
55 -- Testing opendir() with relative paths: --
/PHP-5.5/ext/standard/tests/strings/
H A Ddirname_basic.phpt9 /* simple paths */
39 /* paths with binary value to check if the function is binary safe*/
47 function check_dirname( $paths ) {
49 $noOfPaths = count($paths);
54 var_dump( dirname($paths[$loop_counter]) );
H A Dbasename_basic.phpt11 /* simple paths */
17 /* simple paths with trailing slashes */
24 /* paths with suffix removal */
31 /* paths with suffix and trailing slashes with suffix removal*/
38 /* paths with basename only suffix, with suffix removal*/
43 /* paths with basename only suffix & trailing slashes, with suffix removal*/
48 /* paths with binary value to check if the function is binary safe*/
H A Ddirname_variation.phpt53 function check_dirname( $paths ) {
55 $noOfPaths = count($paths);
60 var_dump( dirname($paths[$loop_counter]) );
H A Dbasename_variation.phpt11 /* paths with shortcut home dir char, with suffix variation */
24 /* paths with hostname:dir notation, with suffix variation */
42 /* paths with numeirc strings */
54 /* paths and suffix given as same */
66 /* empty paths */

Completed in 65 milliseconds

123456