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.c59 php_sxe_object *subnode; in node_as_zval() local
62 subnode->document = sxe->document; in node_as_zval()
63 subnode->document->refcount++; in node_as_zval()
64 subnode->iter.type = itertype; in node_as_zval()
70 subnode->iter.isprefix = isprefix; in node_as_zval()
75 ZVAL_OBJ(value, &subnode->zo); in node_as_zval()
926 php_sxe_object *subnode; in get_base_node_value() local
937 subnode->document = sxe_ref->document; in get_base_node_value()
938 subnode->document->refcount++; in get_base_node_value()
941 subnode->iter.isprefix = isprefix; in get_base_node_value()
[all …]

Completed in 11 milliseconds