Home
last modified time | relevance | path

Searched refs:body (Results 76 – 100 of 163) sorted by relevance

1234567

/PHP-7.4/tests/classes/
H A Dinterface_method.phpt12 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
/PHP-7.4/ext/imap/
H A Dphp_imap.c1732 char *body; in PHP_FUNCTION() local
2362 BODY *body; in PHP_FUNCTION() local
2396 if (!body) { in PHP_FUNCTION()
2412 char *body; in PHP_FUNCTION() local
2437 if (!body) { in PHP_FUNCTION()
2454 char *body; in PHP_FUNCTION() local
2479 if (!body) { in PHP_FUNCTION()
3369 BODY *body; in PHP_FUNCTION() local
3411 if (body->id) { in PHP_FUNCTION()
4715 if (body->id) { in _php_imap_add_body()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_body_basic.phpt10 * Description: Read the message body.
27 // show body for msg 1
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/PHP-7.4/ext/curl/tests/
H A Dbug69316.phpt21 $temp_file = __DIR__ . '/body.tmp';
35 unlink(__DIR__ . '/body.tmp');
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt26 <html><body>
35 </body></html>
/PHP-7.4/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-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-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
H A Dflexible-heredoc-error10.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error11.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c28 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
113 body = NULL; in parse_packet_soap()
118 body = trav; in parse_packet_soap()
124 if (body == NULL) { in parse_packet_soap()
129 attr = body->properties; in parse_packet_soap()
179 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
252 resp = body->children; in parse_packet_soap()
/PHP-7.4/ext/tidy/tests/
H A D015.phpt7 $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
H A D013.phpt7 $tidy = new tidy(__DIR__."/013.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-7.4/ext/soap/tests/
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"/>

Completed in 32 milliseconds

1234567