Home
last modified time | relevance | path

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

1234567

/PHP-7.1/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-7.1/ext/standard/tests/strings/
H A Dget_meta_tags.phpt24 <body>
29 </body>
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c587 xml_element* body = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local
602 if (body) { in SOAP_REQUEST_to_xml_element()
610 Q_PushTail(&body->children, el_serialized); in SOAP_REQUEST_to_xml_element()
655 Q_PushTail(&body->children, rpc); in SOAP_REQUEST_to_xml_element()
663 body->name = strdup("SOAP-ENV:Body"); in SOAP_REQUEST_to_xml_element()
664 Q_PushTail(&root->children, body); in SOAP_REQUEST_to_xml_element()
/PHP-7.1/ext/simplexml/tests/
H A D025.phpt12 <xhtml:body html:title="b">
15 </xhtml:body>
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_014.phpt81 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
/PHP-7.1/ext/soap/
H A Dphp_sdl.c565 body = trav; in wsdl_soap_binding_body()
2052 if (body->headers) { in sdl_serialize_soap_body()
2483 if (body->ns) { in make_persistent_sdl_soap_body()
2484 body->ns = strdup(body->ns); in make_persistent_sdl_soap_body()
2487 if (body->headers) { in make_persistent_sdl_soap_body()
3474 if (body.ns) { in delete_sdl_soap_binding_function_body()
3475 efree(body.ns); in delete_sdl_soap_binding_function_body()
3477 if (body.headers) { in delete_sdl_soap_binding_function_body()
3485 if (body.ns) { in delete_sdl_soap_binding_function_body_persistent()
3486 free(body.ns); in delete_sdl_soap_binding_function_body_persistent()
[all …]
H A Dsoap.c3436 xmlNodePtr trav,env,head,body,func; local
3493 body = NULL;
3498 body = trav;
3504 if (body == NULL) {
3507 attr = body->properties;
3528 trav = body->children;
3756 ns = encode_add_ns(body, uri);
3835 xmlNodePtr envelope = NULL, body, param; local
4250 ns = encode_add_ns(body, uri);
4258 method = body;
[all …]
/PHP-7.1/ext/imap/
H A Dphp_imap.h59 #define CONTENT_MSG_BODY nested.msg->body
66 #define CONTENT_MSG_BODY contents.msg.body
/PHP-7.1/ext/standard/
H A Dmd5.c190 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body() function
332 body(ctx, ctx->buffer, 64); in PHP_MD5Update()
336 data = body(ctx, data, size & ~(size_t)0x3f); in PHP_MD5Update()
355 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
372 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
/PHP-7.1/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.phpt33 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>
/PHP-7.1/ext/tidy/tests/
H A D012.phpt105 string(80) "<body bgcolor="#FFFFFF" alink="#000000">
107 </body>
110 string(4) "body"
/PHP-7.1/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_variation4.phpt10 * Description: Get a specific body section
H A Dimap_fetchbody_basic.phpt11 * Description: Get a specific body section
/PHP-7.1/ext/oci8/tests/
H A Dbug37581.phpt18 $p2 = "create or replace package body BUG37581_PKG as
/PHP-7.1/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-7.1/ext/exif/
H A Dtest.txt28 echo "<html><body><table>\n";
30 echo "</table></body></html>";
159 body {
178 <body>
364 </body>
/PHP-7.1/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt50 //.. a point in filled body

Completed in 62 milliseconds

1234567