Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/simplexml/tests/
H A Dbug51615.phpt14 var_dump($html->body->span);
16 foreach ($html->body->span as $obj) {
/PHP-5.4/ext/tidy/tests/
H A D004.phpt15 <body><p>hello</p></body>
H A D020.phpt32 <body>
35 </body>
H A D013.phpt7 $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(dirname(__FILE__)."/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-5.4/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"/>
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-5.4/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-5.4/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
H A Dimap_include.inc168 $body[1] = $part1;
169 $body[2] = $part2;
170 $body[3] = $part3;
171 $body[4] = $part4;
173 $msg = imap_mail_compose($envelope, $body);
/PHP-5.4/ext/imap/
H A Dphp_imap.c1683 char *body; in PHP_FUNCTION() local
2284 BODY *body; in PHP_FUNCTION() local
2316 if (!body) { in PHP_FUNCTION()
2332 char *body, *sec; in PHP_FUNCTION() local
2355 if (!body) { in PHP_FUNCTION()
2372 char *body, *sec; in PHP_FUNCTION() local
2395 if (!body) { in PHP_FUNCTION()
3277 BODY *body; in PHP_FUNCTION() local
3317 if (body->id) { in PHP_FUNCTION()
4567 if (body->id) { in _php_imap_add_body()
[all …]
/PHP-5.4/ext/xsl/tests/
H A Dxslt012.phpt47 <html><body>barbar
52 </body></html>
/PHP-5.4/ext/readline/
H A Dreadline_cli.c125 body, enumerator
213 php_code_type code_type = body; in cli_is_valid_code()
305 code_type = body; in cli_is_valid_code()
317 code_type = body; in cli_is_valid_code()
326 code_type = body; in cli_is_valid_code()
331 code_type = body; in cli_is_valid_code()
355 code_type = body; in cli_is_valid_code()
357 code_type = body; in cli_is_valid_code()
366 code_type = body; in cli_is_valid_code()
/PHP-5.4/sapi/fpm/fpm/
H A Dfastcgi.h75 fcgi_begin_request body; member
89 fcgi_end_request body; member
/PHP-5.4/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt34 this text contains some html tags <body> body </body> <br> br </br>
126 string(46) "this text contains some html tags body br
180 string(46) "this text contains some html tags body br
234 string(46) "this text contains some html tags body br
288 string(46) "this text contains some html tags body br
342 string(46) "this text contains some html tags body br
396 string(46) "this text contains some html tags body br
450 string(46) "this text contains some html tags body br
504 string(46) "this text contains some html tags body br
558 string(46) "this text contains some html tags body br
H A Dfgetss_variation3.phpt34 this text contains some html tags <body> body </body> <br> br </br>
122 string(46) "this text contains some html tags body br
176 string(46) "this text contains some html tags body br
230 string(46) "this text contains some html tags body br
284 string(46) "this text contains some html tags body br
338 string(46) "this text contains some html tags body br
392 string(46) "this text contains some html tags body br
446 string(46) "this text contains some html tags body br
500 string(46) "this text contains some html tags body br
554 string(46) "this text contains some html tags body br
H A Dfgetss_variation2.phpt26 this text contains some html tags <body> body </body> <br> br </br>
122 string(46) "this text contains some html tags body br
183 string(46) "this text contains some html tags body br
244 string(46) "this text contains some html tags body br
305 string(46) "this text contains some html tags body br
366 string(46) "this text contains some html tags body br
427 string(46) "this text contains some html tags body br
/PHP-5.4/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()
251 resp = body->children; in parse_packet_soap()
/PHP-5.4/ext/curl/tests/
H A Dbug69316.phpt23 $temp_file = dirname(__FILE__) . '/body.tmp';
37 unlink(dirname(__FILE__) . '/body.tmp');

Completed in 124 milliseconds

123456