Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt23 $prefix = create_data("dir_mb");
24 $dirw = $prefix . DIRECTORY_SEPARATOR . "テストマルチバイト・パス42";
H A Dtest_cp1254_3.phpt28 $prefix = create_data("file_cp1254", $item, 1254);
29 $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_cp1255_to_utf8_0.phpt24 $prefix = create_data("file_cp1255", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_to_utf8_0.phpt24 $prefix = create_data("file_cp1253", $item);
25 $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_cp1254_0.phpt27 $prefix = create_data("file_cp1254", $item, 1254);
28 $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_cp1255_0.phpt27 $prefix = create_data("file_cp1255", $item, 1255);
28 $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_cp936_0.phpt27 $prefix = create_data("file_cp936", $item, 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_cp936_to_utf8_0.phpt24 $prefix = create_data("file_cp936", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_eucjp_to_utf8_0.phpt24 $prefix = create_data("file_eucjp", $item);
25 $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_cp1250_to_utf8_0.phpt24 $prefix = create_data("file_cp1250", $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_cp1251_0.phpt27 $prefix = create_data("file_cp1251", $item, 1251);
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_cp1252_to_utf8_0.phpt24 $prefix = create_data("file_cp1252", $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_kartuli_utf8_1.phpt24 $prefix = create_data("dir_kartuli", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp932_to_utf8_0.phpt24 $prefix = create_data("file_cp932", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/PHP-7.4/ext/dom/
H A Ddomimplementation.c167 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
189 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
191 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
197 if (prefix != NULL) { in PHP_METHOD()
198 xmlFree(prefix); in PHP_METHOD()
H A Dnode.c82 ZEND_ARG_INFO(0, prefix)
172 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns()
215 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
216 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
681 str = (char *) ns->prefix; in dom_node_prefix_read()
704 char *prefix; in dom_node_prefix_write() local
728 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
729 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1629 char *prefix; in PHP_FUNCTION() local
1771 zend_string *prefix; in dom_canonicalization() local
[all …]
/PHP-7.4/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

Completed in 30 milliseconds

1234567891011