Home
last modified time | relevance | path

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

/PHP-8.2/ext/simplexml/
H A Dphp_simplexml.h50 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsimplexml.c162 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
221 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
230 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
251 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
396 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
437 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
690 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
699 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
821 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1283 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
[all …]

Completed in 10 milliseconds