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.c69 php_sxe_object *subnode; in node_as_zval() local
72 subnode->document = sxe->document; in node_as_zval()
73 subnode->document->refcount++; in node_as_zval()
74 subnode->iter.type = itertype; in node_as_zval()
80 subnode->iter.isprefix = isprefix; in node_as_zval()
85 ZVAL_OBJ(value, &subnode->zo); in node_as_zval()
934 php_sxe_object *subnode; in get_base_node_value() local
945 subnode->document = sxe_ref->document; in get_base_node_value()
946 subnode->document->refcount++; in get_base_node_value()
949 subnode->iter.isprefix = isprefix; in get_base_node_value()
[all …]

Completed in 10 milliseconds