Searched refs:SimpleXMLIterator (Results 1 – 7 of 7) sorted by relevance
2 SPL: SimpleXMLIterator28 var_dump(simplexml_load_string($xml, 'SimpleXMLIterator'));33 object(SimpleXMLIterator)#%d (2) {40 object(SimpleXMLIterator)#%d (3) {47 object(SimpleXMLIterator)#%d (0) {50 object(SimpleXMLIterator)#%d (1) {52 object(SimpleXMLIterator)#%d (1) {54 object(SimpleXMLIterator)#%d (1) {56 object(SimpleXMLIterator)#%d (0) {
2 SPL: SimpleXMLIterator and recursion38 $sxe = simplexml_load_string($xml, '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"73 string(17) "SimpleXMLIterator"
2 SPL: SimpleXMLIterator and getChildren()38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');68 string(17) "SimpleXMLIterator"74 string(17) "SimpleXMLIterator"
2 SPL: SimpleXMLIterator and overriden count()20 class SXETest extends SimpleXMLIterator
2 Bug #42259 (SimpleXMLIterator loses ancestry)28 $sxe = new SimpleXMLIterator($xml);
2 SPL: SimpleXMLIterator and overridden iterator methods()38 class SXETest extends SimpleXMLIterator
1091 class SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator, Countable class
Completed in 15 milliseconds