Searched refs:SimpleXMLIterator (Results 1 – 9 of 9) sorted by relevance
2 SPL: SimpleXMLIterator26 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) {
2 SPL: SimpleXMLIterator and recursion36 $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"
2 SPL: SimpleXMLIterator and getChildren()36 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');65 string(17) "SimpleXMLIterator"71 string(17) "SimpleXMLIterator"
2 SPL: SimpleXMLIterator and overridden count()18 class SXETest extends SimpleXMLIterator
2 Bug #42259 (SimpleXMLIterator loses ancestry)25 $sxe = new SimpleXMLIterator($xml);
2 SPL: SimpleXMLIterator and overridden iterator methods()36 class SXETest extends SimpleXMLIterator68 function getChildren(): ?SimpleXMLIterator
17 $sxe = new SimpleXMLIterator($xml);
8 stream_wrapper_register($scheme, "SimpleXMLIterator");
79 class SimpleXMLIterator extends SimpleXMLElement class
Completed in 11 milliseconds