Home
last modified time | relevance | path

Searched refs:body (Results 51 – 75 of 159) sorted by relevance

1234567

/PHP-7.1/ext/xsl/tests/
H A Dxslt004.phpt23 <html><body>bar
27 </body></html>
H A Dxslt005.phpt24 <body>bar
28 </body>
H A Dxslt008-mb.phpt25 <html><body>bar
29 </body></html>
H A Dxslt008.phpt25 <html><body>bar
29 </body></html>
H A Dxslt002.phpt23 <html><body>bar
27 </body></html>
H A Dxslt012.phpt45 <html><body>barbar
50 </body></html>
H A Dxsltprocessor_transformToDoc.phpt23 <html><body>
33 </body></html>
H A Dxsltprocessor_transformToURI.phpt26 <html><body>
35 </body></html>
H A Dxsltprocessor_transformToDoc_nullparam.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt26 <html><body>
36 </body></html>
/PHP-7.1/ext/tidy/tests/
H A D020.phpt31 <body>
34 </body>
H A D024.phpt36 <body>
38 </body>
H A D004.phpt15 <body><p>hello</p></body>
/PHP-7.1/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-7.1/ext/simplexml/tests/
H A Dbug51615.phpt14 var_dump($html->body->span);
16 foreach ($html->body->span as $obj) {
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug40609.wsdl26body use="literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation…
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/PHP-7.1/ext/standard/tests/mail/
H A Dmail_include.inc122 $body[1] = $part1;
123 $body[2] = $part2;
124 $body[3] = $part3;
125 $body[4] = $part4;
127 $msg = imap_mail_compose($envelope, $body);
/PHP-7.1/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt10 * Description: Read the structure of a specified body section of a specific message.
23 echo "\nGet and validate structure of body part 1\n";
82 Get and validate structure of body part 1
H A Dimap_body_basic.phpt10 * Description: Read the message body.
27 // show body for msg 1
/PHP-7.1/ext/readline/
H A Dreadline_cli.c129 body, enumerator
217 php_code_type code_type = body; in cli_is_valid_code()
303 code_type = body; in cli_is_valid_code()
315 code_type = body; in cli_is_valid_code()
324 code_type = body; in cli_is_valid_code()
329 code_type = body; in cli_is_valid_code()
353 code_type = body; in cli_is_valid_code()
355 code_type = body; in cli_is_valid_code()
363 code_type = body; in cli_is_valid_code()
/PHP-7.1/ext/imap/
H A Dphp_imap.c1721 char *body; in PHP_FUNCTION() local
2343 BODY *body; in PHP_FUNCTION() local
2377 if (!body) { in PHP_FUNCTION()
2393 char *body; in PHP_FUNCTION() local
2418 if (!body) { in PHP_FUNCTION()
2435 char *body; in PHP_FUNCTION() local
2460 if (!body) { in PHP_FUNCTION()
3345 BODY *body; in PHP_FUNCTION() local
3387 if (body->id) { in PHP_FUNCTION()
4616 if (body->id) { in _php_imap_add_body()
[all …]
/PHP-7.1/ext/soap/
H A Dphp_packet_soap.c29 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
114 body = NULL; in parse_packet_soap()
119 body = trav; in parse_packet_soap()
125 if (body == NULL) { in parse_packet_soap()
130 attr = body->properties; in parse_packet_soap()
180 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
253 resp = body->children; in parse_packet_soap()

Completed in 37 milliseconds

1234567