Home
last modified time | relevance | path

Searched refs:body (Results 101 – 125 of 161) sorted by relevance

1234567

/PHP-5.5/ext/simplexml/tests/
H A D025.phpt12 <xhtml:body html:title="b">
15 </xhtml:body>
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
/PHP-5.5/ext/soap/
H A Dphp_sdl.c569 body = trav; in wsdl_soap_binding_body()
2064 if (body->headers) { in sdl_serialize_soap_body()
2497 if (body->ns) { in make_persistent_sdl_soap_body()
2498 body->ns = strdup(body->ns); in make_persistent_sdl_soap_body()
2501 if (body->headers) { in make_persistent_sdl_soap_body()
3511 if (body.ns) { in delete_sdl_soap_binding_function_body()
3512 efree(body.ns); in delete_sdl_soap_binding_function_body()
3514 if (body.headers) { in delete_sdl_soap_binding_function_body()
3522 if (body.ns) { in delete_sdl_soap_binding_function_body_persistent()
3523 free(body.ns); in delete_sdl_soap_binding_function_body_persistent()
[all …]
H A Dsoap.c3460 xmlNodePtr trav,env,head,body,func; local
3517 body = NULL;
3522 body = trav;
3528 if (body == NULL) {
3531 attr = body->properties;
3552 trav = body->children;
3781 ns = encode_add_ns(body, uri);
3865 xmlNodePtr envelope = NULL, body, param; local
4285 ns = encode_add_ns(body, uri);
4293 method = body;
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.h57 #define CONTENT_MSG_BODY nested.msg->body
64 #define CONTENT_MSG_BODY contents.msg.body
/PHP-5.5/ext/standard/
H A Dmd5.c187 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body() function
329 body(ctx, ctx->buffer, 64); in PHP_MD5Update()
333 data = body(ctx, data, size & ~(size_t)0x3f); in PHP_MD5Update()
352 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
369 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation4.phpt29 this text contains some html tags <body> body </body> <br> br </br>
H A Dfgetss_variation1-win32.phpt35 this text contains some html tags <body> body </body> <br> br </br>
H A Dfgetss_variation1.phpt35 this text contains some html tags <body> body </body> <br> br </br>
H A Dfgetss_variation5-win32.phpt33 this text contains some html tags <body> body </body> <br> br </br>
H A Dfgetss_variation5.phpt33 this text contains some html tags <body> body </body> <br> br </br>
/PHP-5.5/ext/tidy/tests/
H A D012.phpt105 string(80) "<body bgcolor="#FFFFFF" alink="#000000">
107 </body>
110 string(4) "body"
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt11 * Description: Get a specific body section
H A Dimap_fetchbody_error.phpt11 * Description: Get a specific body section
H A Dimap_fetchbody_basic.phpt11 * Description: Get a specific body section
H A Dimap_fetchbody_variation4.phpt10 * Description: Get a specific body section
H A Dimap_fetchbody_variation6.phpt10 * Description: Get a specific body section
/PHP-5.5/ext/oci8/tests/
H A Dbug37581.phpt18 $p2 = "create or replace package body ARRAYBINDPKG1 as
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl194 <soap:body use="literal"/>
197 <soap:body use="literal"/>
207 <soap12:body use="literal"/>
210 <soap12:body use="literal"/>
H A Dbug50698_4.wsdl194 <soap:body use="literal"/>
197 <soap:body use="literal"/>
207 <soap12:body use="literal"/>
210 <soap12:body use="literal"/>
/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/sapi/webjames/
H A Dwebjames.c90 if (WG(conn)->body==NULL) return 0; in sapi_webjames_read_post()
92 memcpy(buffer, WG(conn)->body+WG(bodyread), count_bytes); in sapi_webjames_read_post()
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
/PHP-5.5/sapi/milter/
H A Dphp_milter.c735 char *body; in PHP_FUNCTION() local
741 } else if (zend_parse_parameters(1 TSRMLS_CC, "s", &body, &len) == SUCCESS) { in PHP_FUNCTION()
742 if (smfi_replacebody(MG(ctx), (u_char*)body, len) == MI_SUCCESS) { in PHP_FUNCTION()
824 ZEND_ARG_INFO(0, body)

Completed in 84 milliseconds

1234567