Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
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_cp1250_to_utf8_3.phpt24 $prefix = create_data("file_cp1250", $item);
25 $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_cp1255_to_utf8_1.phpt24 $prefix = create_data("dir_cp1255", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
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_cp932_0.phpt27 $prefix = create_data("file_cp932", $item, 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_3.phpt28 $prefix = create_data("file_cp932", $item, 932);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_to_utf8_0.phpt24 $prefix = create_data("file_cp932", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_1.phpt24 $prefix = create_data("dir_kartuli", "${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_cp1250_to_utf8_1.phpt24 $prefix = create_data("dir_cp1250", "${item}42");
25 $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_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_cp1252_to_utf8_1.phpt24 $prefix = create_data("dir_cp1252", "${item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1253_1.phpt27 $prefix = create_data("dir_cp1253", "${item}42", 1253);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1255_1.phpt27 $prefix = create_data("dir_cp1255", "${item}42", 1255);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_1.phpt27 $prefix = create_data("dir_cp1256", "${item}42", 1256);
28 $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_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";
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80839.phpt28 public function info($info, $prefix = ' Info:') {
29 echo $this->strVal.$prefix.serialize($info).'aaaa';
/PHP-8.0/ext/standard/tests/file/
H A Dtempnam_variation3.phpt12 /* Passing invalid/non-existing args for $prefix */
30 /* prefix with path separator of a non existing directory*/
105 tempnam(): Argument #2 ($prefix) must not contain any null bytes
107 tempnam(): Argument #2 ($prefix) must be of type string, array given
/PHP-8.0/ext/dom/
H A Dnode.c57 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
58 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
68 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
586 if (ns != NULL && ns->prefix) { in dom_node_prefix_read()
587 str = (char *) ns->prefix; in dom_node_prefix_read()
610 char *prefix; in dom_node_prefix_write() local
634 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
635 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1524 char *prefix; in PHP_METHOD() local
1631 zend_string *prefix; in dom_canonicalization() local
[all …]

Completed in 21 milliseconds

12345678910>>...12