Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/simplexml/tests/
H A D016.phpt2 SimpleXML: modifying attributes of singular subnode
H A D015.phpt2 SimpleXML: accessing singular subnode as array
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c70 php_sxe_object *subnode; in _node_as_zval() local
73 subnode->document = sxe->document; in _node_as_zval()
74 subnode->document->refcount++; in _node_as_zval()
75 subnode->iter.type = itertype; in _node_as_zval()
77 subnode->iter.name = xmlStrdup((xmlChar *)name); in _node_as_zval()
80 subnode->iter.nsprefix = xmlStrdup(nsprefix); in _node_as_zval()
81 subnode->iter.isprefix = isprefix; in _node_as_zval()
1008 php_sxe_object *subnode; in _get_base_node_value() local
1021 subnode->document = sxe_ref->document; in _get_base_node_value()
1022 subnode->document->refcount++; in _get_base_node_value()
[all …]

Completed in 14 milliseconds