Home
last modified time | relevance | path

Searched refs:Element (Results 1 – 25 of 90) sorted by relevance

1234

/php-src/ext/standard/tests/array/
H A Dbug35821.phpt6 class Element
13 public static function CallBack(Element $elem)
19 $arr = array(new Element(), new Element(), new Element());
20 array_map(array('Element', 'CallBack'), $arr);
27 #0 %s(%d): Element->ThrowException()
28 #1 [internal function]: Element::CallBack(Object(Element))
H A Darray_pop_variation.phpt25 echo "\nCurrent Element is : ";
28 echo "\nNext Element is : ";
31 echo "\nNext Element is : ";
34 echo "\nPOPed Element is : ";
37 echo "\nCurrent Element after POP operation is: ";
45 Current Element is : int(1)
47 Next Element is : int(2)
49 Next Element is : int(3)
51 POPed Element is : int(9)
53 Current Element after POP operation is: int(1)
H A Darray_key_first_variation.phpt11 echo "\nCurrent Element is : ";
14 echo "\nNext Element is : ";
20 echo "\nCurrent Element after array_key_first operation is: ";
28 Current Element is : int(1)
30 Next Element is : int(2)
34 Current Element after array_key_first operation is: int(2)
H A Darray_key_last_variation.phpt11 echo "\nCurrent Element is : ";
14 echo "\nNext Element is : ";
20 echo "\nCurrent Element after array_key_last operation is: ";
28 Current Element is : int(1)
30 Next Element is : int(2)
34 Current Element after array_key_last operation is: int(2)
H A D005.phpt50 echo "\nCurrent Element is :";
53 echo "\nNext Element is :";
56 echo "\nNext Element is :";
59 echo "\nshifted Element is :";
62 echo "\nCurrent Element after shift operation is:";
310 Current Element is :int(1)
312 Next Element is :int(2)
314 Next Element is :int(3)
316 shifted Element is :int(1)
318 Current Element after shift operation is:int(2)
H A Darray_shift_variation6.phpt24 echo "\n-- Element is referenced array --\n";
57 -- Element is referenced array --
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt28 echo "Element: '", $element->tagName, "', ", $element->getLineNo(), "\n";
47 Element: 'HTML', 1
48 Element: 'HEAD', 2
49 Element: 'TITLE', 3
50 Element: 'BODY', 5
51 Element: 'DIV', 6
52 Element: 'P', 7
53 Element: 'STRONG', 8
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_empty.phpt13 <p>Element with no content:</p>
16 <p>Element with comment:</p>
19 <p>Element with PI:</p>
22 <p>Element with CDATA:</p>
25 <p>Element with nested empty element:</p>
H A Dmatches_invalid_selector.phpt2 Test DOM\Element::matches() method: invalid selector
H A Dclosest_invalid_selector.phpt2 Test DOM\Element::closest() method: invalid selector
/php-src/ext/xmlreader/tests/
H A DfromStream_legit_usage.phpt15 echo "Element: ", $reader->name, "\n";
31 Element: root
33 Element: child
H A DfromStream_broken_stream.phpt17 echo "Element: ", $reader->name, "\n";
34 Element: root
/php-src/ext/dom/tests/
H A Ddomelement.phpt75 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n";
78 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n";
80 echo 'Element Name: '.(($elem = $dom->getElementByID('n3'))?$elem->nodeName:'Not Found')."\n";
85 echo 'Element Name: '.(($elem = $dom->getElementByID('n3'))?$elem->nodeName:'Not Found')."\n";
110 Element Name: chapter
111 Element Name: Not Found
112 Element Name: newns2:myelement
113 Element Name: Not Found
H A Dregister_node_class.phpt12 function testit() { return "HELLO Element"; }
38 HELLO Element
H A DDOMElement_hasAttributes_basic.phpt42 Element should have attributes:
48 Element should have no attributes:
H A DDOM4_DOMNode_ElementSiblings.phpt2 DOMNode: Element Siblings
H A DDOMDocument_schemaValidateSource_error2.phpt22 Warning: DOMDocument::schemaValidateSource(): Element 'books': No matching global declaration avail…
/php-src/ext/dom/
H A Dphp_dom.stub.php1399 public ?Element $parentElement;
1633 … public function insertAdjacentElement(AdjacentPosition $where, Element $element): ?Element {}
1641 public ?Element $firstElementChild;
1646 public ?Element $lastElementChild;
1707 class HTMLElement extends Element
1740 public ?Element $ownerElement;
1870 public ?Element $firstElementChild;
1875 public ?Element $lastElementChild;
1956 public ?Element $documentElement;
1991 public ?Element $lastElementChild;
[all …]
/php-src/ext/dom/tests/modern/spec/
H A Ddump_attr.inc9 function dumpAttrs(DOM\Element $element) {
H A DElement_removeAttribute_edge_cases.phpt2 Element::removeAttribute() edge cases
H A Delement_dump.inc2 function dumpElement(DOM\Element $element) {
/php-src/ext/simplexml/tests/
H A D021.phpt2 SimpleXML: Element check
H A Dbug40451.phpt22 Warning: SimpleXMLElement::addAttribute(): Unable to locate parent Element in %s on line %d
/php-src/ext/dom/tests/modern/xml/
H A DElement_insertAdjacentHTML_errors.phpt2 Dom\Element::insertAdjacentHTML() with XML nodes - errors
H A DXMLDocument_xpath.phpt74 …ell-defined in the living DOM specification. Use Dom\Element::getInScopeNamespaces() or Dom\Elemen…

Completed in 22 milliseconds

1234