Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 270) sorted by path

1234567891011

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_0.phpt27 $prefix = create_data("file_cp1254", $item, 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_1.phpt27 $prefix = create_data("dir_cp1254", "${item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1254_2.phpt27 $prefix = create_data("dir_cp1254", "${item}42}", 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1254_3.phpt28 $prefix = create_data("file_cp1254", $item, 1254);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_to_utf8_0.phpt24 $prefix = create_data("file_cp1254", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_to_utf8_1.phpt24 $prefix = create_data("dir_cp1254", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1254_to_utf8_2.phpt24 $prefix = create_data("dir_cp1254", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1254_to_utf8_3.phpt25 $prefix = create_data("file_cp1254", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_0.phpt27 $prefix = create_data("file_cp1255", $item, 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_1.phpt27 $prefix = create_data("dir_cp1255", "${item}42", 1255);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1255_2.phpt27 $prefix = create_data("dir_cp1255", "${item}42}", 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1255_to_utf8_0.phpt24 $prefix = create_data("file_cp1255", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_to_utf8_1.phpt24 $prefix = create_data("dir_cp1255", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1255_to_utf8_2.phpt24 $prefix = create_data("dir_cp1255", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1256_0.phpt27 $prefix = create_data("file_cp1256", $item, 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_1.phpt27 $prefix = create_data("dir_cp1256", "${item}42", 1256);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_2.phpt27 $prefix = create_data("dir_cp1256", "${item}42}", 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1256_to_utf8_0.phpt24 $prefix = create_data("file_cp1256", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_to_utf8_1.phpt24 $prefix = create_data("dir_cp1256", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_to_utf8_2.phpt24 $prefix = create_data("dir_cp1256", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp874_1.phpt28 $prefix = create_data("file_cp874", $item, 874);
H A Dtest_cp874_to_utf8_1.phpt25 $prefix = create_data("file_cp874", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_0.phpt27 $prefix = create_data("file_cp932", $item, 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_1.phpt27 $prefix = create_data("dir_cp932", "${item}42", 932);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_2.phpt27 $prefix = create_data("dir_cp932", "${item}42}", 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";

Completed in 27 milliseconds

1234567891011