Home
last modified time | relevance | path

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

/PHP-8.4/ext/simplexml/
H A Dsimplexml.c57 static void node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, zend… in node_as_zval() argument
64 subnode->iter.type = itertype; in node_as_zval()
79 static void node_as_zval_str(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, … in node_as_zval_str() argument
83 node_as_zval(sxe, node, value, itertype, name_str, ns_str, isprefix); in node_as_zval_str()

Completed in 13 milliseconds