Home
last modified time | relevance | path

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

/php-src/ext/simplexml/tests/
H A D016.phpt2 SimpleXML: modifying attributes of singular subnode
H A D015.phpt2 SimpleXML: accessing singular subnode as array
/php-src/ext/simplexml/
H A Dsimplexml.c60 php_sxe_object *subnode; in _node_as_zval() local
63 subnode->document = sxe->document; in _node_as_zval()
64 subnode->document->refcount++; in _node_as_zval()
65 subnode->iter.type = itertype; in _node_as_zval()
71 subnode->iter.isprefix = isprefix; in _node_as_zval()
76 ZVAL_OBJ(value, &subnode->zo); in _node_as_zval()
917 php_sxe_object *subnode; in _get_base_node_value() local
928 subnode->document = sxe_ref->document; in _get_base_node_value()
929 subnode->document->refcount++; in _get_base_node_value()
932 subnode->iter.isprefix = isprefix; in _get_base_node_value()
[all …]

Completed in 17 milliseconds