Home
last modified time | relevance | path

Searched refs:element (Results 201 – 225 of 922) sorted by relevance

12345678910>>...37

/php-src/ext/dom/tests/
H A DDOMElement_getElementsByTagName_without_document.phpt8 $element = new DOMElement("b");
9 foreach ($element->getElementsByTagName("b") as $x) {
H A DDOMDocument_relaxNGValidateSource_error2.phpt14 <element name="apple">
15 </element>
34 Warning: DOMDocument::relaxNGValidateSource(): xmlRelaxNGParseElement: element has no content in %s…
H A DDOM4_DOMNode_before_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
26 <element xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
29 </element>
H A DDOM4_DOMNode_after_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
26 <element xmlns="http://www.w3.org/2005/Atom" xmlns:g="http://base.google.com/ns/1.0">
29 </element>
H A Dgh12455.phpt9 $element = $doc->createElementNS('http://test', 'a:x');
10 $doc->appendChild($element);
12 $element->appendChild($element1);
H A Dbug66502.phpt8 $element = $dom->appendChild(new DOMElement('root'));
10 $comment = $element->appendChild($comment);
/php-src/ext/dom/tests/modern/spec/
H A Ddump_attr.inc9 function dumpAttrs(DOM\Element $element) {
10 foreach ($element->attributes as $attr) {
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dcontains_element_longer_descendent.phpt26 $element = $xpath->query("//$tag")->item(0);
27 …var_dump($container->compareDocumentPosition($element) === (DOMNode::DOCUMENT_POSITION_FOLLOWING |…
28 …var_dump($element->compareDocumentPosition($container) === (DOMNode::DOCUMENT_POSITION_PRECEDING |…
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_02.phpt10 $element = $dom->createElement("container");
11 $dom->append($element);
14 $element->append(str_repeat("A", 4096 - 2 - strlen("<container>")) . "\xf0\x90\x8d\x88AA");
/php-src/ext/dom/tests/modern/token_list/
H A Dattlist.phpt16 $element = $dom->documentElement->firstChild;
17 $list = $element->classList;
19 echo 'class: ', $element->getAttribute('class'), "\n";
H A Ddebug.phpt9 $element = $dom->documentElement;
10 var_dump($element->classList);
H A Dsupports.phpt9 $element = $dom->documentElement;
11 $element->classList->supports('a');
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c397 lxb_html_element_t *element; in lxb_html_tree_insert_foreign_element() local
406 if (element == NULL) { in lxb_html_tree_insert_foreign_element()
418 return element; in lxb_html_tree_insert_foreign_element()
866 lxb_html_element_t *element; in lxb_html_tree_generic_rawtext_parsing() local
869 if (element == NULL) { in lxb_html_tree_generic_rawtext_parsing()
884 return element; in lxb_html_tree_generic_rawtext_parsing()
892 lxb_html_element_t *element; in lxb_html_tree_generic_rcdata_parsing() local
895 if (element == NULL) { in lxb_html_tree_generic_rcdata_parsing()
910 return element; in lxb_html_tree_generic_rcdata_parsing()
1377 lxb_html_element_t *element; in lxb_html_tree_adoption_agency_algorithm() local
[all …]
/php-src/Zend/tests/generators/
H A Dbug66041.phpt11 $fixedArray[0] = 'the element';
17 string(11) "the element"
/php-src/Zend/tests/
H A Derrmsg_042.phpt2 errmsg: key element cannot be a reference
13 Fatal error: Key element cannot be a reference in %s on line %d
/php-src/ext/standard/tests/array/
H A Dbug61058.phpt13 Cannot add element to the array as the next element is already occupied
H A Dbug34982.phpt6 'element 1',
34 [0] => element 1
/php-src/ext/xml/tests/
H A Dxml_error_string_basic.inc3 '<?xml version="1.0"?><element>',
7 '<?xml version="1.0"?><elem></element>',
/php-src/ext/spl/tests/
H A Dbug80111.phpt23 # Remove element #2 from the list: this has no effect on
25 # The element, along with the zval, is freed
50 # Points intern->traverse_pointer to our object element
54 # calls SplDoublyLinkedList::offsetUnset, which will remove the element from the
/php-src/tests/classes/
H A Darray_access_012.phpt26 $data['element'] = NULL; // prevent notice
27 $data['element'] = &$test;
32 Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_acc…
/php-src/ext/soap/tests/schema/
H A Dschema073.phpt2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref)
10 <element name="testElement" type="tns:testType"/>
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema078.phpt12 <element name="int1" type="int"/>
13 <element name="int2" type="int" form="qualified"/>
14 <element name="int3" type="int" form="unqualified"/>
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c17 lxb_dom_element_qualified_name_set(lxb_dom_element_t *element,
79 lxb_html_element_t *element; in lxb_html_tree_insertion_mode_foreign_content_anything_else() local
90 element = lxb_html_tree_insert_foreign_element(tree, token, node->ns); in lxb_html_tree_insertion_mode_foreign_content_anything_else()
91 if (element == NULL) { in lxb_html_tree_insertion_mode_foreign_content_anything_else()
99 fixname_svg = lxb_html_tag_fixname_svg(element->element.node.local_name); in lxb_html_tree_insertion_mode_foreign_content_anything_else()
101 lxb_dom_element_qualified_name_set(&element->element, NULL, 0, in lxb_html_tree_insertion_mode_foreign_content_anything_else()
/php-src/ext/com_dotnet/tests/
H A Dbug39596.phpt12 foreach ($v AS $element) {
13 print $element."\n";
/php-src/tests/lang/
H A D036.phpt2 Child public element should not override parent private element in parent methods

Completed in 33 milliseconds

12345678910>>...37