Home
last modified time | relevance | path

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

/PHP-8.3/ext/simplexml/
H A Dphp_simplexml.h47 SXE_ITER_NONE = 0, enumerator
H A Dsimplexml.c82 if (sxe && sxe->iter.type != SXE_ITER_NONE) { in php_sxe_get_first_node()
107 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_offset()
163 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_name()
295 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_read()
522 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_write()
640 type = SXE_ITER_NONE; in sxe_property_get_adr()
1324 _node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0); in PHP_METHOD()
1328 _node_as_zval(sxe, nodeptr, &value, SXE_ITER_NONE, NULL, NULL, 0); in PHP_METHOD()
1879 if (sxe->iter.type != SXE_ITER_NONE) { in sxe_object_cast_ex()
2224 intern->iter.type = SXE_ITER_NONE; in php_sxe_object_new()
[all …]

Completed in 11 milliseconds