Home
last modified time | relevance | path

Searched refs:document (Results 151 – 175 of 454) sorted by relevance

12345678910>>...19

/php-src/ext/xsl/tests/
H A Dprepare.inc5 echo "Error while parsing the document\n";
11 echo "Error while parsing the document\n";
H A Dbug26384.phpt10 echo "Error while parsing the document\n";
16 echo "Error while parsing the document\n";
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dstyle_element.c12 lxb_html_style_element_interface_create(lxb_html_document_t *document) in lxb_html_style_element_interface_create() argument
16 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_style_element_interface_create()
24 node->owner_document = lxb_html_document_original_ref(document); in lxb_html_style_element_interface_create()
H A Dtitle_element.c13 lxb_html_title_element_interface_create(lxb_html_document_t *document) in lxb_html_title_element_interface_create() argument
17 element = lexbor_mraw_calloc(document->dom_document.mraw, in lxb_html_title_element_interface_create()
25 node->owner_document = lxb_html_document_original_ref(document); in lxb_html_title_element_interface_create()
/php-src/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_variation1.phpt2 Test DOMDocument::loadHTMLFile when an empty document is loaded
4 Verifies that an warning message is showed if an empty document is loaded
H A Dgh9142.phpt8 $document = '<var>One</var><var>Two</var>';
10 ($dom = new DOMDocument('1.0', 'UTF-8'))->loadHTML($document);
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A Dgh12002.phpt34 Invalid document encoding
37 Invalid document encoding
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dprocessing_instruction.h26 lxb_dom_processing_instruction_interface_create(lxb_dom_document_t *document);
29 lxb_dom_processing_instruction_interface_clone(lxb_dom_document_t *document,
H A Delement.c33 lxb_dom_element_interface_create(lxb_dom_document_t *document) in lxb_dom_element_interface_create() argument
37 element = lexbor_mraw_calloc(document->mraw, in lxb_dom_element_interface_create()
45 node->owner_document = lxb_dom_document_owner(document); in lxb_dom_element_interface_create()
52 lxb_dom_element_interface_clone(lxb_dom_document_t *document, in lxb_dom_element_interface_clone() argument
57 new = lxb_dom_element_interface_create(document); in lxb_dom_element_interface_clone()
93 lxb_dom_document_t *document; in lxb_dom_element_interface_copy() local
101 document = lxb_dom_interface_node(dst)->owner_document; in lxb_dom_element_interface_copy()
105 clone = lxb_dom_attr_interface_clone(document, attr); in lxb_dom_element_interface_copy()
158 lxb_dom_element_create(lxb_dom_document_t *document, in lxb_dom_element_create() argument
185 ns_data = lxb_ns_append(document->ns, ns_link, ns_len); in lxb_dom_element_create()
[all …]
H A Dattr.c26 lxb_dom_attr_interface_create(lxb_dom_document_t *document) in lxb_dom_attr_interface_create() argument
30 attr = lexbor_mraw_calloc(document->mraw, sizeof(lxb_dom_attr_t)); in lxb_dom_attr_interface_create()
37 node->owner_document = lxb_dom_document_owner(document); in lxb_dom_attr_interface_create()
44 lxb_dom_attr_interface_clone(lxb_dom_document_t *document, in lxb_dom_attr_interface_clone() argument
50 new = lxb_dom_attr_interface_create(document); in lxb_dom_attr_interface_clone()
57 if (document == attr->node.owner_document) { in lxb_dom_attr_interface_clone()
71 data = lxb_dom_attr_qualified_name_append(document->attrs, in lxb_dom_attr_interface_clone()
92 new->value = lexbor_mraw_calloc(document->mraw, sizeof(lexbor_str_t)); in lxb_dom_attr_interface_clone()
97 if (lexbor_str_copy(new->value, attr->value, document->text) == NULL) { in lxb_dom_attr_interface_clone()
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode.phpt2 Dom\Element::setAttributeNode(NS) in the same document
34 echo "--- Resulting document ---\n";
47 --- Resulting document ---
H A DElement_setAttributeNode_adoption.phpt2 Dom\Element::setAttributeNode(NS) adopting from another document
39 echo "--- Resulting document ---\n";
54 --- Resulting document ---
H A DNamedNodeMap_getNamedItem.phpt19 echo "--- On HTML document ---\n";
37 echo "--- On XML document ---\n";
59 --- On HTML document ---
70 --- On XML document ---
H A DNode_nodeName.phpt8 echo "--- For HTML document ---\n";
25 echo "--- For XML document ---\n";
43 --- For HTML document ---
53 --- For XML document ---
H A DNode_insertBefore_02.phpt2 Dom\Node::insertBefore() with DocumentFragment and a document element
23 Cannot have more than one element child in a document
H A DappendChild_dtd_legacy.phpt35 A document may only contain one document type
/php-src/ext/dom/
H A Dcharacterdata.c43 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in dom_convert_number_unsigned()
130 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
139 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in PHP_METHOD()
225 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in dom_character_data_insert_data()
234 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in dom_character_data_insert_data()
294 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in dom_character_data_delete_data()
368 php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document)); in dom_character_data_replace_data()
H A Delement.c194 php_set_attribute_id(attr, true, obj->document); in dom_element_id_write()
357 dom_mark_ids_modified(document); in dom_check_register_attribute_id()
415 dom_check_register_attribute_id(attr, intern->document); in PHP_METHOD()
704 attrobj->document = intern->document; in dom_element_set_attribute_node_common()
710 dom_mark_ids_modified(intern->document); in dom_element_set_attribute_node_common()
713 dom_check_register_attribute_id(attrp, intern->document); in dom_element_set_attribute_node_common()
890 dom_mark_ids_modified(intern->document); in dom_set_attribute_ns_legacy()
1304 dom_mark_ids_modified(document); in php_set_attribute_id()
1332 php_set_attribute_id(attrp, is_id, intern->document); in PHP_METHOD()
1361 php_set_attribute_id(attrp, is_id, intern->document); in PHP_METHOD()
[all …]
/php-src/ext/soap/tests/schema/
H A Dschema071.phpt2 SOAP XML Schema 71: SOAP 1.1 Array (document style)
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema072.phpt2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
20 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dtext.c62 if (!tree->document->css_init) { in lxb_html_tree_insertion_mode_text()
73 tree->status = lxb_html_document_stylesheet_add(tree->document, in lxb_html_tree_insertion_mode_text()
/php-src/ext/standard/tests/strings/
H A Dprint_basic.phpt49 This uses the "here document" syntax to output
51 that the here document terminator must appear on a
81 This uses the "here document" syntax to output
83 that the here document terminator must appear on a
/php-src/ext/soap/tests/bugs/
H A Dbug40609.wsdl26document" /><wsdl:operation name="update"><soap:operation soapAction="urn:update" style="document"…

Completed in 73 milliseconds

12345678910>>...19