Home
last modified time | relevance | path

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

/PHP-8.0/ext/simplexml/
H A Dphp_simplexml.h50 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsimplexml.c175 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
234 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
243 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
264 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
409 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
450 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
700 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
709 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
831 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1287 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
[all …]

Completed in 16 milliseconds