Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_to_utf8_3.phpt23 $prefix = create_data("file_cp1254", $item);
24 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cwd_mb_names.phpt21 $prefix = create_data("dir_mb");
22 $dirw = $prefix . DIRECTORY_SEPARATOR . "テストマルチバイト・パス42";
H A Dtest_cp1254_3.phpt26 $prefix = create_data("file_cp1254", $item, 1254);
27 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_0.phpt22 $prefix = create_data("file_kartuli", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_0.phpt22 $prefix = create_data("file_cp1252", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_3.phpt22 $prefix = create_data("file2_cp1252", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_0.phpt25 $prefix = create_data("file_cp1253", $item, 1253);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_0.phpt25 $prefix = create_data("file_cp1254", $item, 1254);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_to_utf8_0.phpt22 $prefix = create_data("file_cp1254", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_0.phpt25 $prefix = create_data("file_cp1255", $item, 1255);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1255_to_utf8_0.phpt22 $prefix = create_data("file_cp1255", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_0.phpt25 $prefix = create_data("file_cp1256", $item, 1256);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1256_to_utf8_0.phpt22 $prefix = create_data("file_cp1256", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1250_to_utf8_0.phpt22 $prefix = create_data("file_cp1250", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_0.phpt25 $prefix = create_data("file_cp1251", $item, 1251);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_to_utf8_0.phpt22 $prefix = create_data("file_cp1251", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_to_utf8_0.phpt22 $prefix = create_data("file_cp1253", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp936_0.phpt25 $prefix = create_data("file_cp936", $item, 936);
26 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp936_to_utf8_0.phpt22 $prefix = create_data("file_cp936", $item);
23 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_eucjp_to_utf8_0.phpt22 $prefix = create_data("file_eucjp", $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";
/PHP-7.2/ext/dom/
H A Ddomimplementation.c164 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
186 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
188 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
194 if (prefix != NULL) { in PHP_METHOD()
195 xmlFree(prefix); in PHP_METHOD()
H A Dnode.c84 ZEND_ARG_INFO(0, prefix)
174 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns()
217 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
218 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
684 str = (char *) ns->prefix; in dom_node_prefix_read()
707 char *prefix; in dom_node_prefix_write() local
727 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
728 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1614 char *prefix; in PHP_FUNCTION() local
1754 zend_string *prefix; in dom_canonicalization() local
[all …]
/PHP-7.2/ext/standard/tests/array/
H A Dextract_error.phpt28 /* Two Arguments, second as prefix but without prefix string as third argument */
56 Warning: extract(): specified extract type requires the prefix parameter in %s on line %d
/PHP-7.2/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Passing invalid/non-existing args for $prefix */
39 /* prefix with path separator of a non existing directory*/
55 /* prefix with path separator of a non existing directory*/

Completed in 34 milliseconds

12345678910>>...12