Home
last modified time | relevance | path

Searched refs:href (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt40 <?xml-stylesheet href="default.xsl" type="text/xml"?>
51 Data: href="default.xsl" type="text/xml"
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug41566.phpt2 Bug #41566 (SOAP Server not properly generating href attributes)
61 …ame xsi:type="xsd:string">newUser</sName></item><item href="#ref1"/><item href="#ref1"/><item href
H A Dbug38536.phpt24 <address href="#i2"/>
29 <address href="#i3"/>
H A Dbug37083.phpt16 <searchReturn href="#id0"/>
18href="#id1"/><results href="#id2"/><results href="#id3"/><results href="#id4"/><results href="#id5…
19 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id11"/><identifie…
20 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id12"/><identifie…
21 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id13"/><identifie…
22 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id14"/><identifie…
23 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id15"/><identifie…
24 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id16"/><identifie…
25 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id17"/><identifie…
26 …ervice" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><fields href="#id18"/><identifie…
[all …]
H A Dbug30994.phpt21 <parameter href="#id1" />
25 <Item href="#id2" />
H A Dbug36908.phpt24 <publisher href="#id0"/>
30 <region_id href="#id5"/>
H A Dbug37013.phpt58 …ENC:Struct[2]" xsi:type="SOAP-ENC:Array"><item href="#ref1"/><item xsi:type="SOAP-ENC:Struct"><par…
H A Dbug55323.phpt24 <parent href="#ref1"/>
H A Dbug50675.phpt50 …ns2:Person" id="ref1"><name xsi:type="SOAP-ENC:string">name</name></p><p2 href="#ref1"/></ns1:echo…
/PHP-7.4/ext/dom/
H A Delement.c342 value = xmlStrdup(((xmlNsPtr)attr)->href); in PHP_FUNCTION()
685 RETVAL_STRING((char *) nsptr->href); in PHP_FUNCTION()
731 def = xmlNewNs(tree, ns->href, prefix); in _dom_new_reconNs()
827 if (nsptr->href) { in PHP_FUNCTION()
828 xmlFree((xmlChar *) nsptr->href); in PHP_FUNCTION()
830 nsptr->href = xmlStrdup((xmlChar *)value); in PHP_FUNCTION()
895 if (xmlStrEqual((xmlChar *)uri, nsptr->href)) { in PHP_FUNCTION()
896 if (nsptr->href != NULL) { in PHP_FUNCTION()
897 xmlFree((char *) nsptr->href); in PHP_FUNCTION()
898 nsptr->href = NULL; in PHP_FUNCTION()
[all …]
H A Dnode.c170 if (curns->href != NULL) { in dom_reconcile_ns()
640 str = (char *) nodep->ns->href; in dom_node_namespace_uri_read()
730 strURI = (char *) nodep->ns->href; in dom_node_prefix_write()
740 … if (xmlStrEqual((xmlChar *)prefix, curns->prefix) && xmlStrEqual(nodep->ns->href, curns->href)) { in dom_node_prefix_write()
747 ns = xmlNewNs(nsnode, nodep->ns->href, (xmlChar *)prefix); in dom_node_prefix_write()
1060 lastattr = xmlHasNsProp(parentp, child->name, child->ns->href); in PHP_FUNCTION()
1308 lastattr = xmlHasNsProp(nodep, child->name, child->ns->href); in PHP_FUNCTION()
1404 node->ns = xmlNewNs(root, ns->href, ns->prefix); in PHP_FUNCTION()
1609 if (nsptr && xmlStrEqual(nsptr->href, (xmlChar *) uri)) { in PHP_FUNCTION()
1645 if (nsptr && nsptr->href != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/xsl/tests/53965/
H A Dcollection.xsl3 <xsl:include href="include.xsl"/>
/PHP-7.4/ext/filter/tests/
H A D007.phpt6 a=qwe&abc=<a>href</a>
8 b=qwe&bbc=<a>href</a>
/PHP-7.4/ext/dom/tests/
H A Dbug67949.phpt10 <a href="test">hello world</a>
87 string(4) "href"
/PHP-7.4/ext/soap/tests/soap12/
H A DT26.phpt10 <?xml-stylesheet href="http://example.org/ts-tests/sub.xsl" type = "text/xsl"?>
H A DT75.phpt15 xlink:href="new.xml"
H A Dsoap12-test.inc112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt27 …sd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child href="#ref1"/></child></…
29 …sd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child href="#ref1"/></child></…
H A Dr3_groupE_list_006w.phpt27 …sd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child href="#ref1"/></child></…
29 …sd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child href="#ref1"/></child></…
/PHP-7.4/ext/soap/
H A Dphp_encoding.c3068 if (data->ns && data->ns->href) { in to_zval_any()
3270 xmlAttrPtr href; in check_and_resolve_href() local
3272 href = data->properties; in check_and_resolve_href()
3274 href = get_attribute(href, "href"); in check_and_resolve_href()
3275 if (href == NULL || href->ns == NULL) {break;} in check_and_resolve_href()
3276 href = href->next; in check_and_resolve_href()
3278 if (href) { in check_and_resolve_href()
3293 if (href) { in check_and_resolve_href()
3300 id = href->children->content; in check_and_resolve_href()
3341 if (cur->prefix && cur->href && xmlStrEqual(cur->href, href)) { in xmlSearchNsPrefixByHref()
[all …]
H A Dphp_schema.c429 newType->namens = estrdup((char*)nsptr->href); in schema_list()
431 newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type)); in schema_list()
525 newType->namens = estrdup((char*)nsptr->href); in schema_union()
1084 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1519 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1520 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1751 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1752 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1867 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1880 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
[all …]
H A Dphp_xml.c206 return (strcmp((char*)nsPtr->href, ns) == 0); in attr_is_equal_ex()
222 return (strcmp((char*)nsPtr->href, ns) == 0); in node_is_equal_ex()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar189 $output->writeAttribute('href', 'cover.css');
198 $output->writeAttribute('href', 'index.html');
204 $output->writeAttribute('href', $this->mangleFile($name));
212 $output->writeAttribute('href', $this->mangleTestFile($testfile));
244 $output->writeAttribute('href', 'cover.css');
263 $output->writeAttribute('href', 'index.html');
326 $output->writeAttribute('href', 'cover.css');
396 $output->writeAttribute('href', 'cover.css');
405 $output->writeAttribute('href', $this->controller->getTOClink());
413 $output->writeAttribute('href', $this->mangleTestFile($test));
[all …]
/PHP-7.4/ext/xsl/tests/
H A Dbug54446.phpt23 <sax:output href="$outputfile" method="text">
H A Dbug54446_with_ini.phpt23 <sax:output href="$outputfile" method="text">

Completed in 61 milliseconds

123