Home
last modified time | relevance | path

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

123456

/PHP-8.2/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 Dbasename-win32.phpt17 /* simple paths */
23 /* simple paths with trailing slashes */
30 /* paths with suffix removal */
37 /* paths with suffix and trailing slashes with suffix removal*/
44 /* paths with basename only suffix, with suffix removal*/
49 /* paths with basename only suffix & trailing slashes, with suffix removal*/
56 /* paths with shortcut home dir char, with suffix variation */
67 /* paths with numeric strings */
79 /* paths and suffix given as same */
90 /* empty paths */
H A Drename_variation12.phpt2 Test rename() function : variation - various relative, absolute paths
11 /* Creating unique files in various dirs by passing relative paths to $dir arg */
13 echo "*** Testing rename() with absolute and relative paths ***\n";
28 // absolute paths
37 // relative paths
66 *** Testing rename() with absolute and relative paths ***
H A Drename_variation12-win32.phpt2 Test rename() function : variation - various relative, absolute paths
11 /* Creating unique files in various dirs by passing relative paths to $dir arg */
13 echo "*** Testing rename() with absolute and relative paths ***\n";
28 // absolute paths
37 // relative paths
66 *** Testing rename() with absolute and relative paths ***
H A Dbasename.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*/
48 /* paths with binary value to check if the function is binary safe*/
59 /* paths with shortcut home dir char, with suffix variation */
70 /* paths with hostname:dir notation, with suffix variation */
87 /* paths with numeirc strings */
99 /* paths and suffix given as same */
[all …]
H A Dtouch_variation5.phpt2 Test touch() function : variation: various valid and invalid paths
18 $paths = array(
48 echo "\n*** testing nonexisting paths ***\n";
49 test_nonexisting($paths);
52 test_existing($paths, false);
55 test_existing($paths, true);
62 function test_nonexisting($paths) {
63 foreach($paths as $path) {
105 function test_existing($paths, $are_dirs) {
106 foreach($paths as $path) {
[all …]
H A Dtouch_variation5-win32.phpt2 Test touch() function : variation: various valid and invalid paths
19 $paths = array(
49 echo "\n*** testing nonexisting paths ***\n";
50 test_nonexisting($paths);
53 test_existing($paths, false);
56 test_existing($paths, true);
63 function test_nonexisting($paths) {
64 foreach($paths as $path) {
106 function test_existing($paths, $are_dirs) {
107 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 Dtouch_variation6-win32.phpt2 Test touch() function : variation: various valid and invalid paths
21 $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 Drename_variation11-win32.phpt2 Test rename() function : variation - various relative, absolute paths
12 echo "*** Testing rename() with absolute and relative paths ***\n";
29 // absolute paths
37 // relative paths
69 *** Testing rename() with absolute and relative paths ***
H A Dtempnam_variation8-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
12 /* Creating unique files in various dirs by passing relative paths to $dir arg */
14 echo "*** Testing tempnam() with absolute and relative paths ***\n";
24 // absolute paths
33 // relative paths
86 *** Testing tempnam() with absolute and relative paths ***
H A Drealpath_variation2.phpt14 $paths = array('c:\\',
26 foreach($paths as $path) {
H A Dtempnam_variation2-win32.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
10 /* Creating unique files in various dirs by passing relative paths to $dir arg */
12 echo "*** Testing tempnam() with absolute and relative paths ***\n";
22 // absolute paths
32 // relative paths
87 *** Testing tempnam() with absolute and relative paths ***
H A Dtempnam_variation2.phpt2 Test tempnam() function: usage variations - various absolute and relative paths
10 /* Creating unique files in various dirs by passing relative paths to $dir arg */
12 echo "*** Testing tempnam() with absolute and relative paths ***\n";
22 // absolute paths
32 // relative paths
87 *** Testing tempnam() with absolute and relative paths ***
H A Dglob_variation2.phpt17 echo "Testing glob() with relative paths:\n";
36 Testing glob() with relative paths:
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation9.phpt2 Test dir() function : usage variations - relative valid and invalid paths
16 echo "*** Testing dir() : checking with valid and invalid paths ***\n";
37 // open the directory with valid paths
38 echo "\n-- With valid paths --\n";
45 echo "\n-- With invalid paths --\n";
70 *** Testing dir() : checking with valid and invalid paths ***
72 -- With valid paths --
98 -- With invalid paths --
H A Dchdir_basic.phpt6 * Test basic functionality of chdir() with absolute and relative paths
27 echo "\n-- Testing chdir() with relative paths: --\n";
44 -- Testing chdir() with relative paths: --
H A Dchdir_basic-win32-mb.phpt12 * Test basic functionality of chdir() with absolute and relative paths
34 echo "\n-- Testing chdir() with relative paths: --\n";
53 -- Testing chdir() with relative paths: --
H A Dopendir_basic.phpt6 * Test basic functionality of opendir() with absolute and relative paths as $path argument
28 echo "\n-- Testing opendir() with relative paths: --\n";
51 -- Testing opendir() with relative paths: --
H A Dopendir_basic-win32-mb.phpt12 * Test basic functionality of opendir() with absolute and relative paths as $path argument
34 echo "\n-- Testing opendir() with relative paths: --\n";
57 -- Testing opendir() with relative paths: --
/PHP-8.2/ext/standard/tests/strings/
H A Dbasename_basic.phpt6 /* simple paths */
12 /* simple paths with trailing slashes */
19 /* paths with suffix removal */
26 /* paths with suffix and trailing slashes with suffix removal*/
33 /* paths with basename only suffix, with suffix removal*/
38 /* paths with basename only suffix & trailing slashes, with suffix removal*/
43 /* paths with binary value to check if the function is binary safe*/
H A Ddirname_basic.phpt6 /* simple paths */
36 /* paths with binary value to check if the function is binary safe*/
44 function check_dirname( $paths ) {
46 $noOfPaths = count($paths);
51 var_dump( dirname($paths[$loop_counter]) );
H A Ddirname_variation.phpt48 function check_dirname( $paths ) {
50 $noOfPaths = count($paths);
55 var_dump( dirname($paths[$loop_counter]) );
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt21 $paths = array("多国語", "王", "汚れて掘る");
24 foreach ($paths as $d) {
35 foreach ($paths as $d) {

Completed in 36 milliseconds

123456