Home
last modified time | relevance | path

Searched refs:SimpleXMLIterator (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dsxe_001.phpt2 SPL: SimpleXMLIterator
26 var_dump(simplexml_load_string($xml, 'SimpleXMLIterator'));
30 object(SimpleXMLIterator)#%d (2) {
37 object(SimpleXMLIterator)#%d (3) {
44 object(SimpleXMLIterator)#%d (0) {
47 object(SimpleXMLIterator)#%d (1) {
49 object(SimpleXMLIterator)#%d (1) {
51 object(SimpleXMLIterator)#%d (1) {
53 object(SimpleXMLIterator)#%d (0) {
H A Dsxe_002.phpt2 SPL: SimpleXMLIterator and recursion
36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
52 string(17) "SimpleXMLIterator"
55 string(17) "SimpleXMLIterator"
58 string(17) "SimpleXMLIterator"
61 string(17) "SimpleXMLIterator"
64 string(17) "SimpleXMLIterator"
67 string(17) "SimpleXMLIterator"
70 string(17) "SimpleXMLIterator"
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
65 string(17) "SimpleXMLIterator"
71 string(17) "SimpleXMLIterator"
H A Dsxe_005.phpt2 SPL: SimpleXMLIterator and overridden count()
18 class SXETest extends SimpleXMLIterator
H A Dbug42259.phpt2 Bug #42259 (SimpleXMLIterator loses ancestry)
25 $sxe = new SimpleXMLIterator($xml);
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
36 class SXETest extends SimpleXMLIterator
68 function getChildren(): ?SimpleXMLIterator
H A Dgh15837.phpt17 $sxe = new SimpleXMLIterator($xml);
H A Dgh12929.phpt8 stream_wrapper_register($scheme, "SimpleXMLIterator");
/php-src/ext/simplexml/
H A Dsimplexml.stub.php79 class SimpleXMLIterator extends SimpleXMLElement class

Completed in 11 milliseconds