Home
last modified time | relevance | path

Searched refs:body (Results 151 – 175 of 255) sorted by relevance

1234567891011

/php-src/ext/soap/
H A Dphp_packet_soap.c26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
111 body = NULL; in parse_packet_soap()
116 body = trav; in parse_packet_soap()
122 if (body == NULL) { in parse_packet_soap()
127 attr = body->properties; in parse_packet_soap()
177 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
250 resp = body->children; in parse_packet_soap()
/php-src/ext/soap/tests/bugs/
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
H A Dbug68361.phpt65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
H A Dbug29795.wsdl28 <soap:body use="literal"/>
31 <soap:body use="literal"/>
H A Dbug29839.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug34453.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
/php-src/ext/curl/tests/
H A Dbug69316.phpt21 $temp_file = __DIR__ . '/body.tmp';
34 unlink(__DIR__ . '/body.tmp');
/php-src/ext/tidy/tests/
H A D013.phpt7 $tidy = new tidy(__DIR__."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
H A D018.phpt8 array( 'show-body-only' => true,
H A D014.phpt8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
/php-src/tests/classes/
H A Dinterface_method.phpt12 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_UTF16BE_BOM.phpt38 <body>é</body></html>
H A DHTMLDocument_UTF16LE_BOM.phpt38 <body>é</body></html>
/php-src/Zend/tests/
H A Dbug78363.phpt10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error2.phpt2 Flexible heredoc syntax 2: mixing spaces and tabs in body
H A Dflexible-nowdoc-error2.phpt2 Flexible nowdoc syntax 2: mixing spaces and tabs in body
H A Dflexible-heredoc-error8.phpt12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-heredoc-error9.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
/php-src/Zend/tests/property_hooks/
H A Dinvalid_abstract_body.phpt2 Abstract property hook cannot have body
/php-src/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml4 body:

Completed in 24 milliseconds

1234567891011