Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 161) sorted by path

1234567

/PHP-5.5/
H A DNEWS6928 - Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid). (Ilia)
8645 - Added imap_savebody() that allows message body to be written to a
8737 - Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy).
10018 - Fixed bug #30329 (Error Fetching http body, No Content-Length, connection
H A DREADME.EXT_SKEL72 but then you'll be left with an almost empty function body without any
/PHP-5.5/Zend/
H A DZEND_CHANGES461 destructor body.
1110 regardless of whether you've emitted body output or not.
H A Dzend_compile.c874 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS… in zend_do_abstract_method()
889 if (Z_LVAL(body->u.constant) == ZEND_ACC_ABSTRACT) { in zend_do_abstract_method()
900 if (body->u.constant.value.lval == ZEND_ACC_ABSTRACT) { in zend_do_abstract_method()
H A Dzend_compile.h631 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS…
/PHP-5.5/Zend/tests/
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
/PHP-5.5/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 Semantic of alias operation is to provide an additional identifier for the method body of the origi…
H A Dalias-semantics02.phpt3 method body of the original method.
/PHP-5.5/ext/curl/tests/
H A Dbug69316.phpt21 $temp_file = dirname(__FILE__) . '/body.tmp';
35 unlink(dirname(__FILE__) . '/body.tmp');
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTML_basic.phpt13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
18 <html><body><p>Test<br></p></body></html>
H A DDOMDocument_saveHTML_variant2.phpt14 <body>
16 </body>
H A DDOMDocument_validate_basic.phpt14 <!ELEMENT note (to,from,heading,body)>
18 <!ELEMENT body (#PCDATA)>
24 <body>Don't forget me this weekend</body>
H A Ddom005.phpt24 <html><head><title>Hello world</title></head><body>
27 </body></html>
30 <html><head><title>Hello world</title></head><body>
33 </body></html>
/PHP-5.5/ext/exif/
H A Dtest.txt28 echo "<html><body><table>\n";
30 echo "</table></body></html>";
159 body {
178 <body>
364 </body>
/PHP-5.5/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt50 //.. a point in filled body
/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 …]
H A Dphp_imap.h57 #define CONTENT_MSG_BODY nested.msg->body
64 #define CONTENT_MSG_BODY contents.msg.body
/PHP-5.5/ext/imap/tests/
H A Dbug31142_1.phpt30 $body[1] = $part1;
31 $body[2] = $part2;
32 $body[3] = $part3;
34 echo imap_mail_compose($envelope, $body);
H A Dbug31142_2.phpt20 $body = array($part1);
22 echo imap_mail_compose($envelope, $body);
H A Dbug35669.phpt17 $body[] = $multipart; //add multipart stuff
21 $body[] = $textpart; //add body part
31 $body[] = $plain; //next add plain text part
41 $body[] = $html;
43 echo imap_mail_compose($envelope, $body);
H A Dbug40854.phpt29 $body[1] = $part1;
30 $body[2] = $part2;
31 $body[3] = $part3;
33 echo imap_mail_compose($envelope, $body);
H A Dimap_body_basic.phpt10 * Description: Read the message body.
27 // show body for msg 1
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_fetch_overview_variation6.phpt73 $body[1] = $part1;
74 $body[2] = $part2;
75 $body[3] = $part3;
76 $body[4] = $part4;
78 $msg = imap_mail_compose($envelope, $body);
H A Dimap_fetchbody_basic.phpt11 * Description: Get a specific body section

Completed in 97 milliseconds

1234567