Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/tests/
H A Dsxe_001.phpt2 SPL: SimpleXMLIterator
28 var_dump(simplexml_load_string((binary)$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) {
H A Dsxe_002.phpt2 SPL: SimpleXMLIterator and recursion
38 $sxe = simplexml_load_string((binary)$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"
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
38 $sxe = simplexml_load_string((binary)$xml, 'SimpleXMLIterator');
69 string(17) "SimpleXMLIterator"
75 string(17) "SimpleXMLIterator"
H A Dsxe_005.phpt2 SPL: SimpleXMLIterator and overriden count()
20 class SXETest extends SimpleXMLIterator
H A Dbug42259.phpt2 Bug #42259 (SimpleXMLIterator loses ancestry)
28 $sxe = new SimpleXMLIterator($xml);
H A Dsxe_004.phpt2 SPL: SimpleXMLIterator and overridden iterator methods()
38 class SXETest extends SimpleXMLIterator
/PHP-5.5/ext/spl/
H A Dspl.php1091 class SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator, Countable class
/PHP-5.5/
H A DNEWS7250 - Fixed bug #42259 (SimpleXMLIterator loses ancestry). (Rob)
8612 - Added SimpleXMLIterator::count().

Completed in 45 milliseconds