Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/standard/tests/file/windows_mb_path/
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.phpt29 $prefix = create_data("dir_cp1251", $item . "3");
30 $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_cp1256_1.phpt27 $prefix = create_data("dir_cp1256", "{$item}42", 1256);
28 $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_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_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";
H A Dtest_cp1253_to_utf8_2.phpt24 $prefix = create_data("dir_cp1253", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp1256_to_utf8_2.phpt24 $prefix = create_data("dir_cp1256", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_big5_1.phpt27 $prefix = create_data("dir_big5", $item . "5", 950);
28 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}5";
H A Dtest_cp1252_to_utf8_4.phpt24 $prefix = create_data("dir2_cp1252", "{$item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}3";
H A Dtest_cp1253_2.phpt27 $prefix = create_data("dir_cp1253", "{$item}42}", 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp1254_to_utf8_1.phpt24 $prefix = create_data("dir_cp1254", "{$item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
H A Dtest_cp1255_2.phpt27 $prefix = create_data("dir_cp1255", "{$item}42}", 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp1255_to_utf8_2.phpt24 $prefix = create_data("dir_cp1255", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp932_to_utf8_1.phpt24 $prefix = create_data("dir_cp932", "{$item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
H A Dtest_eucjp_to_utf8_2.phpt24 $prefix = create_data("dir_eucjp", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_kartuli_utf8_2.phpt24 $prefix = create_data("dir_kartuli", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
/PHP-8.3/ext/dom/
H A Dphp_dom.c1463 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns_internal()
1569 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1590 char prefix[50]; in dom_get_ns_resolve_prefix_conflict() local
1592 snprintf(prefix, sizeof(prefix), "default"); in dom_get_ns_resolve_prefix_conflict()
1598 snprintf(prefix, sizeof(prefix), "default%d", counter++); in dom_get_ns_resolve_prefix_conflict()
1634 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1635 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1636 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1672 if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { in dom_get_nsdecl()
1687 if (original->prefix) { in php_dom_create_fake_namespace_decl_node_ptr()
[all …]
/PHP-8.3/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt16 '0X', # Valid prefix with no value
17 '0Z', # Invalid prefix
18 '0XK', # Valid prefix with no value and multiplier
62 Warning: Invalid quantity "0X": no digits after base prefix, interpreting as "0" for backwards comp…
67 Warning: Invalid prefix "0Z", interpreting as "0" for backwards compatibility in %s%ezend_ini_parse…
/PHP-8.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 30 milliseconds

12345678910>>...14