Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_to_utf8_0.phpt24 $prefix = create_data("file_big5", $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_cp1250_to_utf8_3.phpt24 $prefix = create_data("file_cp1250", $item);
25 $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_cp1253_to_utf8_1.phpt24 $prefix = create_data("dir_cp1253", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1251_zend_multibyte_0.phpt27 $prefix = create_data("file_cp1251", $item);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_big5_0.phpt27 $prefix = create_data("file_big5", $item, 950);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp1251_to_utf8_1.phpt24 $prefix = create_data("dir_cp1251", $item . "3");
25 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1251_zend_multibyte_1.phpt27 $prefix = create_data("dir_cp1251", $item . "3");
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1255_1.phpt27 $prefix = create_data("dir_cp1255", "${item}42", 1255);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1253_1.phpt27 $prefix = create_data("dir_cp1253", "${item}42", 1253);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_3.phpt28 $prefix = create_data("file_cp932", $item, 932);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp936_to_utf8_1.phpt24 $prefix = create_data("dir_cp936", $item . "5");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_eucjp_to_utf8_1.phpt24 $prefix = create_data("dir_eucjp", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_big5_to_utf8_1.phpt24 $prefix = create_data("dir_big5", $item . "5");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp1256_1.phpt27 $prefix = create_data("dir_cp1256", "${item}42", 1256);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1251_1.phpt27 $prefix = create_data("dir_cp1251", $item . "3", 1251);
28 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1252_to_utf8_1.phpt24 $prefix = create_data("dir_cp1252", "${item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1252_to_utf8_4.phpt24 $prefix = create_data("dir2_cp1252", "${item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_kartuli_utf8_2.phpt24 $prefix = create_data("dir_kartuli", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp932_to_utf8_1.phpt24 $prefix = create_data("dir_cp932", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp936_1.phpt27 $prefix = create_data("dir_cp936", $item . "5", 936);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp1255_to_utf8_2.phpt24 $prefix = create_data("dir_cp1255", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Passing invalid/non-existing args for $prefix */
41 /* prefix with path separator of a non existing directory*/
57 /* prefix with path separator of a non existing directory*/
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
34 const char *prefix, const char *msg);

Completed in 24 milliseconds

1234567891011