Home
last modified time | relevance | path

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

/PHP-7.3/ext/simplexml/tests/
H A Dsxe_001.phpt2 SPL: SimpleXMLIterator
28 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) {
H A Dsxe_002.phpt2 SPL: SimpleXMLIterator and recursion
38 $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"
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
68 string(17) "SimpleXMLIterator"
74 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-7.3/ext/spl/
H A Dspl.php1091 class SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator, Countable class

Completed in 15 milliseconds