Home
last modified time | relevance | path

Searched refs:body (Results 201 – 225 of 255) sorted by relevance

1234567891011

/php-src/ext/standard/
H A Dmd5.c186 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body() function
328 body(ctx, ctx->buffer, 64); in PHP_MD5Update()
332 data = body(ctx, data, size & ~(size_t)0x3f); in PHP_MD5Update()
351 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
368 body(ctx, ctx->buffer, 64); in PHP_MD5Final()
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt14 <body>
23 </body>
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt49 ["body"]=>
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt49 ["body"]=>
/php-src/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt49 Warning: PHP Request Startup: Multipart body parts limit exceeded 10. To increase the limit change …
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt50 Warning: PHP Request Startup: Multipart body parts limit exceeded 25. To increase the limit change …
/php-src/ext/tidy/tests/
H A D012.phpt105 string(80) "<body bgcolor="#FFFFFF" alink="#000000">
107 </body>
110 string(4) "body"
H A D036.phpt9 $node = $tidy->body();
/php-src/ext/soap/
H A Dphp_sdl.c531 xmlNodePtr body, trav; in wsdl_soap_binding_body() local
537 body = trav; in wsdl_soap_binding_body()
1436 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2039 if (body->headers) { in sdl_serialize_soap_body()
2480 if (body->ns) { in make_persistent_sdl_soap_body()
2481 body->ns = strdup(body->ns); in make_persistent_sdl_soap_body()
2484 if (body->headers) { in make_persistent_sdl_soap_body()
2485 body->headers = make_persistent_sdl_function_headers(body->headers, ptr_map); in make_persistent_sdl_soap_body()
3455 if (body.ns) { in delete_sdl_soap_binding_function_body()
3456 pefree(body.ns, persistent); in delete_sdl_soap_binding_function_body()
[all …]
H A Dsoap.c3157 xmlNodePtr trav,env,head,body,func; in deserialize_function_call() local
3195 body = NULL; in deserialize_function_call()
3200 body = trav; in deserialize_function_call()
3206 if (body == NULL) { in deserialize_function_call()
3209 attr = body->properties; in deserialize_function_call()
3230 trav = body->children; in deserialize_function_call()
3464 ns = encode_add_ns(body, uri); in serialize_response_call2()
3544 xmlNodePtr envelope = NULL, body, param; in serialize_response_call() local
3976 ns = encode_add_ns(body, uri); in serialize_function_call()
3984 method = body; in serialize_function_call()
[all …]
/php-src/ext/dom/tests/modern/spec/
H A DNode_isDefaultNamespace.phpt11 <body>
14 </body>
H A DDocument_implementation_createDocument.phpt71 ["body"]=>
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_node_ownerDocument_for_XML.phpt47 ["body"]=>
/php-src/ext/soap/tests/bugs/
H A Dbug47021.phpt16 function chunk_body($body, $n)
18 $chunks = str_split($body, $n);
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-src/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt48 //.. a point in filled body
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.h63 lxb_html_body_element_t *body; member
214 return document->body; in lxb_html_document_body_element()
/php-src/ext/soap/tests/
H A Dgh15711.wsdl30 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dafter_head.c220 tree->document->body = lxb_html_interface_body(element); in lxb_html_tree_insertion_mode_after_head_create_body()
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt112 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
406 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
708 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
H A Dphar_setdefaultstub.phpt132 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
427 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
722 … <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </bo…
/php-src/main/
H A Dfastcgi.c151 fcgi_begin_request body; member
165 fcgi_end_request body; member
1522 rec->body.appStatusB3 = 0;
1523 rec->body.appStatusB2 = 0;
1524 rec->body.appStatusB1 = 0;
1525 rec->body.appStatusB0 = 0;
1526 rec->body.protocolStatus = FCGI_REQUEST_COMPLETE;

Completed in 73 milliseconds

1234567891011