Home
last modified time | relevance | path

Searched refs:prefix (Results 51 – 75 of 293) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_kartuli_utf8_3.phpt25 $prefix = create_data("file_kartuli", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_0.phpt27 $prefix = create_data("file", $item, 1252);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_to_utf8_3.phpt25 $prefix = create_data("file_cp1254", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_3.phpt28 $prefix = create_data("file_cp1254", $item, 1254);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cwd_mb_names.phpt23 $prefix = create_data("dir_mb");
24 $dirw = $prefix . DIRECTORY_SEPARATOR . "テストマルチバイト・パス42";
H A Dtest_cp1253_to_utf8_0.phpt24 $prefix = create_data("file_cp1253", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_to_utf8_0.phpt24 $prefix = create_data("file_cp1255", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_to_utf8_0.phpt24 $prefix = create_data("file_cp1256", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_0.phpt24 $prefix = create_data("file_kartuli", $item);
25 $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_big5_to_utf8_0.phpt24 $prefix = create_data("file_big5", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp1250_to_utf8_0.phpt24 $prefix = create_data("file_cp1250", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_0.phpt27 $prefix = create_data("file_cp1251", $item, 1251);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_to_utf8_0.phpt24 $prefix = create_data("file_cp1251", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_zend_multibyte_0.phpt27 $prefix = create_data("file_cp1251", $item);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_0.phpt24 $prefix = create_data("file_cp1252", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_3.phpt24 $prefix = create_data("file2_cp1252", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_0.phpt27 $prefix = create_data("file_cp1253", $item, 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_0.phpt27 $prefix = create_data("file_cp1254", $item, 1254);
28 $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_cp1255_0.phpt27 $prefix = create_data("file_cp1255", $item, 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_0.phpt27 $prefix = create_data("file_cp1256", $item, 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp936_0.phpt27 $prefix = create_data("file_cp936", $item, 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
/PHP-8.0/ext/dom/
H A Ddomimplementation.c132 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
154 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
156 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
162 if (prefix != NULL) { in PHP_METHOD()
163 xmlFree(prefix); in PHP_METHOD()
/PHP-8.0/sapi/fpm/
H A Dinit.d.php-fpm.in13 prefix=@prefix@

Completed in 21 milliseconds

12345678910>>...12