Searched refs:SXE_ITER_NONE (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/simplexml/ |
H A D | php_simplexml.h | 47 SXE_ITER_NONE = 0, enumerator
|
H A D | simplexml.c | 92 if (sxe && sxe->iter.type != SXE_ITER_NONE) { in php_sxe_get_first_node_non_destructive() 117 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_offset() 170 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_name() 300 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_read() 526 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_write() 644 type = SXE_ITER_NONE; in sxe_property_get_adr() 1302 node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0); in PHP_METHOD() 1306 node_as_zval(sxe, nodeptr, &value, SXE_ITER_NONE, NULL, NULL, 0); in PHP_METHOD() 1842 if (sxe->iter.type != SXE_ITER_NONE) { in sxe_object_cast_ex() 2172 intern->iter.type = SXE_ITER_NONE; in php_sxe_object_new() [all …]
|
Completed in 17 milliseconds