/PHP-7.4/ext/standard/tests/file/ |
H A D | basename_basic-win32.phpt | 13 /* 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 D | basename_basic.phpt | 13 /* 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 D | rename_variation12-win32.phpt | 2 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 D | rename_variation12.phpt | 2 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 D | bug49047.phpt | 2 Test fopen() function : variation: interesting paths, no use include path 5 // fopen with interesting windows paths.
|
H A D | touch_variation5.phpt | 2 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 D | touch_variation5-win32.phpt | 2 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 D | touch_variation6-win32.phpt | 2 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 D | basename-win32.phpt | 18 /* 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 D | rename_variation11-win32.phpt | 2 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 D | basename.phpt | 12 /* 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 D | tempnam_variation8-win32.phpt | 2 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 D | glob_variation2.phpt | 21 echo "Testing glob() with relative paths:\n"; 40 Testing glob() with relative paths:
|
H A D | tempnam_variation2-win32.phpt | 2 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 D | tempnam_variation2.phpt | 2 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 D | realpath_variation2.phpt | 20 $paths = array('c:\\', 32 foreach($paths as $path) {
|
/PHP-7.4/ext/standard/tests/dir/ |
H A D | dir_variation9.phpt | 2 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 D | chdir_basic.phpt | 11 * 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 D | chdir_basic-win32-mb.phpt | 17 * Test basic functionality of chdir() with absolute and relative paths 39 echo "\n-- Testing chdir() with relative paths: --\n"; 59 -- Testing chdir() with relative paths: --
|
H A D | opendir_basic.phpt | 11 * Test basic functionality of opendir() with absolute and relative paths as $path argument 33 echo "\n-- Testing opendir() with relative paths: --\n"; 57 -- Testing opendir() with relative paths: --
|
H A D | opendir_basic-win32-mb.phpt | 17 * Test basic functionality of opendir() with absolute and relative paths as $path argument 39 echo "\n-- Testing opendir() with relative paths: --\n"; 63 -- Testing opendir() with relative paths: --
|
/PHP-7.4/ext/standard/tests/file/windows_mb_path/ |
H A D | bug54977.phpt | 21 $paths = array("多国語", "王", "汚れて掘る"); 24 foreach ($paths as $d) { 35 foreach ($paths as $d) {
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | dirname_basic.phpt | 9 /* 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 D | basename_basic.phpt | 11 /* 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 D | dirname_variation.phpt | 53 function check_dirname( $paths ) { 55 $noOfPaths = count($paths); 60 var_dump( dirname($paths[$loop_counter]) );
|