Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 384) sorted by relevance

12345678910>>...16

/php-src/ext/dom/tests/
H A Dgh12870_a.phpt29 Attr prefix: string(3) "foo"
38 Attr prefix: string(0) ""
47 Attr prefix: string(5) "xmlns"
H A Dbug69846.phpt75 ["prefix"]=>
136 ["prefix"]=>
191 ["prefix"]=>
/php-src/tests/lang/integer_literals/
H A Dbinary_32bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dhexadecimal_32bit.phpt9 /* Using hexadecimal prefix notation lowercase */
37 /* Using hexadecimal prefix notation uppercase */
H A Dhexadecimal_64bit.phpt9 /* Using hexadecimal prefix notation lowercase */
38 /* Using hexadecimal prefix notation uppercase */
H A Dbinary_64bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode_adoption.phpt36 var_dump($attr2->prefix, $attr2->namespaceURI, $attr2->localName);
37 var_dump($attr3->prefix, $attr3->namespaceURI, $attr3->localName);
H A Ddump_attr.inc4 var_dump($attr->prefix);
/php-src/ext/dom/
H A Dphp_dom.c1710 const char *prefix = (const char *) nodep->ns->prefix; in dom_match_qualified_name_according_to_spec() local
1886 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns_internal()
2047 char prefix[50]; in dom_get_ns_resolve_prefix_conflict() local
2049 snprintf(prefix, sizeof(prefix), "default"); in dom_get_ns_resolve_prefix_conflict()
2055 snprintf(prefix, sizeof(prefix), "default%d", counter++); in dom_get_ns_resolve_prefix_conflict()
2091 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
2092 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, DOM_XMLNS_NS_URI)) || in dom_get_ns()
2093 (prefix && !strcmp(uri, DOM_XMLNS_NS_URI) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
2129 if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { in dom_get_nsdecl()
2144 if (original->prefix) { in php_dom_create_fake_namespace_decl_node_ptr()
[all …]
/php-src/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt24 $prefix = create_data("dir_cp1250", "{$item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
H A Dtest_cp1250_to_utf8_5.phpt24 $prefix = create_data("dir_cp1250", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp932_1.phpt27 $prefix = create_data("dir_cp932", "{$item}42", 932);
28 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
H A Dtest_cp932_2.phpt27 $prefix = create_data("dir_cp932", "{$item}42}", 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c105 document->prefix = owner->prefix; in lxb_dom_document_init()
148 document->prefix = lexbor_hash_create(); in lxb_dom_document_init()
149 status = lexbor_hash_init(document->prefix, 128, in lxb_dom_document_init()
173 lexbor_hash_destroy(document->prefix, true); in lxb_dom_document_init()
187 lexbor_hash_clean(document->prefix); in lxb_dom_document_clean()
218 lexbor_hash_destroy(document->prefix, true); in lxb_dom_document_destroy()
/php-src/ext/xsl/
H A Dxsltprocessor.c126 …lePtr table, xsltStylesheetPtr sheet, const xmlNode *cur, const xmlChar *prefix, const xmlChar *ur… in xsl_add_ns_to_map() argument
128 const xmlChar *existing_url = xmlHashLookup(table, prefix); in xsl_add_ns_to_map()
130 …rror(NULL, sheet, (xmlNodePtr) cur, "Namespaces prefix %s used for multiple namespaces\n", prefix); in xsl_add_ns_to_map()
133 xmlHashUpdateEntry(table, prefix, (void *) uri, NULL); in xsl_add_ns_to_map()
144 if (cur->ns != NULL && cur->ns->prefix != NULL) { in xsl_build_ns_map()
145 xsl_add_ns_to_map(table, sheet, cur, cur->ns->prefix, cur->ns->href); in xsl_build_ns_map()
149 …if (attr->ns != NULL && attr->ns->prefix != NULL && php_dom_ns_is_fast_ex(attr->ns, php_dom_ns_is_… in xsl_build_ns_map()
153 const xmlChar *prefix = attr->name; in xsl_build_ns_map() local
154 …m_libxml_ns_mapper_get_ns_raw_strings_nullsafe(ns_mapper, (const char *) prefix, (const char *) at… in xsl_build_ns_map()
155 xsl_add_ns_to_map(table, sheet, cur, prefix, ns->href); in xsl_build_ns_map()
/php-src/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h20 const char *prefix; member
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c667 free(wpc->prefix); in fpm_worker_pool_config_free()
781 char *prefix = NULL; in fpm_evaluate_full_path() local
789 prefix = wp->config->prefix; in fpm_evaluate_full_path()
793 if (prefix == NULL) { in fpm_evaluate_full_path()
794 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
798 if (prefix == NULL) { in fpm_evaluate_full_path()
829 *path = strdup(prefix); in fpm_evaluate_full_path()
851 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
854 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1838 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/php-src/ext/simplexml/
H A Dsimplexml.c95 if (node->ns && xmlStrEqual(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1316 char *prefix, *ns_uri; in PHP_METHOD() local
1417 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1422 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1682 if (prefix != NULL) { in PHP_METHOD()
1683 xmlFree(prefix); in PHP_METHOD()
1727 xmlFree(prefix); in PHP_METHOD()
1738 if (prefix != NULL) { in PHP_METHOD()
1739 xmlFree(prefix); in PHP_METHOD()
1755 if (prefix != NULL) { in PHP_METHOD()
[all …]
/php-src/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttribute_without_prefix.phpt2 …OMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php124 public string $prefix; variable in XMLReader
149 public function lookupNamespace(string $prefix): ?string {} argument

Completed in 75 milliseconds

12345678910>>...16