Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_to_utf8_1.phpt22 $prefix = create_data("dir_cp1253", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_0.phpt25 $prefix = create_data("file_cp932", $item, 932);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_to_utf8_0.phpt22 $prefix = create_data("file_cp932", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_1.phpt22 $prefix = create_data("dir_kartuli", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_big5_to_utf8_0.phpt22 $prefix = create_data("file_big5", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp1250_to_utf8_3.phpt22 $prefix = create_data("file_cp1250", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_to_utf8_1.phpt22 $prefix = create_data("dir_cp1255", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_to_utf8_1.phpt22 $prefix = create_data("dir_cp1256", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_big5_0.phpt25 $prefix = create_data("file_big5", $item, 950);
26 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_big5_to_utf8_1.phpt22 $prefix = create_data("dir_big5", $item . "5");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp1251_1.phpt25 $prefix = create_data("dir_cp1251", $item . "3", 1251);
26 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1253_1.phpt25 $prefix = create_data("dir_cp1253", "${item}42", 1253);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1255_1.phpt25 $prefix = create_data("dir_cp1255", "${item}42", 1255);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_eucjp_to_utf8_1.phpt22 $prefix = create_data("dir_eucjp", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1251_to_utf8_1.phpt22 $prefix = create_data("dir_cp1251", $item . "3");
23 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1251_zend_multibyte_1.phpt25 $prefix = create_data("dir_cp1251", $item . "3");
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1256_1.phpt25 $prefix = create_data("dir_cp1256", "${item}42", 1256);
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_3.phpt26 $prefix = create_data("file_cp932", $item, 932);
27 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp936_to_utf8_1.phpt22 $prefix = create_data("dir_cp936", $item . "5");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp1252_to_utf8_4.phpt22 $prefix = create_data("dir2_cp1252", "${item}3");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1253_2.phpt25 $prefix = create_data("dir_cp1253", "${item}42}", 1253);
26 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp932_to_utf8_1.phpt22 $prefix = create_data("dir_cp932", "${item}42");
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
/PHP-7.3/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);
/PHP-7.3/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
15 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
22 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
46 ; all logged characters including message prefix and suffix if present. However
141 ; - the global prefix if it's been set (-p argument)
142 ; - @prefix@ otherwise

Completed in 21 milliseconds

12345678910>>...12