Home
last modified time | relevance | path

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

/PHP-8.3/ext/simplexml/
H A Dphp_simplexml.h50 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsimplexml.c160 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
208 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
217 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
238 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
383 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
424 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
679 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
688 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
810 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1274 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
[all …]

Completed in 19 milliseconds