Home
last modified time | relevance | path

Searched refs:body (Results 76 – 100 of 161) sorted by relevance

1234567

/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToXML_nullparam.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt26 <html><body>
36 </body></html>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt26 <html><body>
36 </body></html>
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc168 $body[1] = $part1;
169 $body[2] = $part2;
170 $body[3] = $part3;
171 $body[4] = $part4;
173 $msg = imap_mail_compose($envelope, $body);
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c29 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
114 body = NULL; in parse_packet_soap()
119 body = trav; in parse_packet_soap()
125 if (body == NULL) { in parse_packet_soap()
130 attr = body->properties; in parse_packet_soap()
180 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
251 resp = body->children; in parse_packet_soap()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation2.phpt26 this text contains some html tags <body> body </body> <br> br </br>
122 string(46) "this text contains some html tags body br
183 string(46) "this text contains some html tags body br
244 string(46) "this text contains some html tags body br
305 string(46) "this text contains some html tags body br
366 string(46) "this text contains some html tags body br
427 string(46) "this text contains some html tags body br
H A Dfgetss_variation3-win32.phpt34 this text contains some html tags <body> body </body> <br> br </br>
126 string(46) "this text contains some html tags body br
180 string(46) "this text contains some html tags body br
234 string(46) "this text contains some html tags body br
288 string(46) "this text contains some html tags body br
342 string(46) "this text contains some html tags body br
396 string(46) "this text contains some html tags body br
450 string(46) "this text contains some html tags body br
504 string(46) "this text contains some html tags body br
558 string(46) "this text contains some html tags body br
H A Dfgetss_variation3.phpt34 this text contains some html tags <body> body </body> <br> br </br>
122 string(46) "this text contains some html tags body br
176 string(46) "this text contains some html tags body br
230 string(46) "this text contains some html tags body br
284 string(46) "this text contains some html tags body br
338 string(46) "this text contains some html tags body br
392 string(46) "this text contains some html tags body br
446 string(46) "this text contains some html tags body br
500 string(46) "this text contains some html tags body br
554 string(46) "this text contains some html tags body br
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29795.wsdl28 <soap:body use="literal"/>
31 <soap:body use="literal"/>
H A Dbug29839.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug34453.wsdl30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
/PHP-5.5/ext/tidy/tests/
H A D013.phpt7 $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(dirname(__FILE__)."/015.html", array('show-body-only'=>true));
H A D018.phpt8 array( 'show-body-only' => true,
H A D014.phpt8 $tidy = tidy_parse_string($text, array('show-body-only'=>true));
/PHP-5.5/tests/classes/
H A Dinterface_method.phpt15 Fatal error: Interface function if_a::err() cannot contain body %s on line %d
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h92 fcgi_begin_request body; member
106 fcgi_end_request body; member
/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/standard/tests/strings/
H A Dget_meta_tags.phpt24 <body>
29 </body>
/PHP-5.5/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()

Completed in 75 milliseconds

1234567