Home
last modified time | relevance | path

Searched refs:body (Results 126 – 150 of 246) sorted by relevance

12345678910

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_LIBXML_COMPACT.phpt13 <body>
22 </body>
H A DHTMLDocument_fromString_parser_warning_01.phpt18 </head><body><datalist id="fruits">
23 <p>error</p></body></html>
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt29 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
40 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
H A DHTMLDocument_fromString_line_column.phpt14 <body>
21 </body>
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_nth_col.phpt13 <body>
24 </body>
/php-src/ext/tidy/tests/
H A D024.phpt33 <body>
35 </body>
H A D004.phpt15 <body><p>hello</p></body>
H A D023.phpt43 <body>
44 </body>
H A D013.phpt7 $tidy = new tidy(__DIR__."/013.html", array("show-body-only"=>true));
H A D015.phpt7 $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
/php-src/ext/xsl/tests/
H A Dxslt002.phpt24 <html><body>bar
28 </body></html>
H A Dxslt012.phpt46 <html><body>barbar
51 </body></html>
H A Dxsltprocessor_transformToDoc.phpt23 <html><body>
33 </body></html>
H A Dxsltprocessor_transformToURI.phpt26 <html><body>
35 </body></html>
/php-src/ext/simplexml/tests/
H A Dbug51615.phpt13 var_dump($html->body->span);
15 foreach ($html->body->span as $obj) {
/php-src/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/php-src/ext/soap/tests/bugs/
H A Dbug40609.wsdl26body use="literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation…
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/php-src/ext/readline/
H A Dreadline_cli.c115 body, enumerator
213 php_code_type code_type = body; in cli_is_valid_code()
304 code_type = body; in cli_is_valid_code()
316 code_type = body; in cli_is_valid_code()
325 code_type = body; in cli_is_valid_code()
330 code_type = body; in cli_is_valid_code()
347 code_type = body; in cli_is_valid_code()
367 code_type = body; in cli_is_valid_code()
374 code_type = body; in cli_is_valid_code()
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_2.phpt21 …equiv="Content-Type" content="text/html; charset=utf-8" /></head><body>' . $html . '</body></html>'
/php-src/ext/soap/
H A Dphp_packet_soap.c26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
111 body = NULL; in parse_packet_soap()
116 body = trav; in parse_packet_soap()
122 if (body == NULL) { in parse_packet_soap()
127 attr = body->properties; in parse_packet_soap()
177 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
250 resp = body->children; in parse_packet_soap()
/php-src/ext/curl/tests/
H A Dbug69316.phpt21 $temp_file = __DIR__ . '/body.tmp';
34 unlink(__DIR__ . '/body.tmp');
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_UTF16BE_BOM.phpt38 <body>é</body></html>
H A DHTMLDocument_UTF16LE_BOM.phpt38 <body>é</body></html>
/php-src/tests/classes/
H A Dinterface_method.phpt12 Fatal error: Interface function if_a::err() cannot contain body %s on line %d

Completed in 44 milliseconds

12345678910