Home
last modified time | relevance | path

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

1234567

/PHP-5.5/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-5.5/ext/simplexml/tests/
H A Dbug51615.phpt14 var_dump($html->body->span);
16 foreach ($html->body->span as $obj) {
/PHP-5.5/ext/tidy/tests/
H A D004.phpt15 <body><p>hello</p></body>
H A D020.phpt32 <body>
35 </body>
/PHP-5.5/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-5.5/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.5/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-5.5/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.5/ext/xsl/tests/
H A Dxslt012.phpt47 <html><body>barbar
52 </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_002.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToURI_nullparam.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt26 <html><body>
36 </body></html>
/PHP-5.5/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.5/sapi/fpm/fpm/
H A Dfastcgi.h75 fcgi_begin_request body; member
89 fcgi_end_request body; member
/PHP-5.5/ext/curl/tests/
H A Dbug69316.phpt21 $temp_file = dirname(__FILE__) . '/body.tmp';
35 unlink(dirname(__FILE__) . '/body.tmp');

Completed in 52 milliseconds

1234567