Home
last modified time | relevance | path

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

/PHP-8.0/ext/simplexml/tests/
H A Dsxe_001.phpt2 SPL: SimpleXMLIterator
28 var_dump(simplexml_load_string($xml, 'SimpleXMLIterator'));
32 object(SimpleXMLIterator)#%d (2) {
39 object(SimpleXMLIterator)#%d (3) {
46 object(SimpleXMLIterator)#%d (0) {
49 object(SimpleXMLIterator)#%d (1) {
51 object(SimpleXMLIterator)#%d (1) {
53 object(SimpleXMLIterator)#%d (1) {
55 object(SimpleXMLIterator)#%d (0) {
H A Dsxe_002.phpt2 SPL: SimpleXMLIterator and recursion
38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
54 string(17) "SimpleXMLIterator"
57 string(17) "SimpleXMLIterator"
60 string(17) "SimpleXMLIterator"
63 string(17) "SimpleXMLIterator"
66 string(17) "SimpleXMLIterator"
69 string(17) "SimpleXMLIterator"
72 string(17) "SimpleXMLIterator"
H A Dsxe_003.phpt2 SPL: SimpleXMLIterator and getChildren()
38 $sxe = simplexml_load_string($xml, 'SimpleXMLIterator');
67 string(17) "SimpleXMLIterator"
73 string(17) "SimpleXMLIterator"
H A Dsxe_005.phpt2 SPL: SimpleXMLIterator and overridden 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-8.0/ext/simplexml/
H A Dsimplexml.stub.php78 class SimpleXMLIterator extends SimpleXMLElement class
/PHP-8.0/
H A DUPGRADING1097 functionality of SimpleXMLIterator. SimpleXMLIterator is an empty extension

Completed in 14 milliseconds