Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dphp_simplexml.h52 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsxe.c134 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
161 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
H A Dsimplexml.c184 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
244 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
253 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
274 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
442 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
483 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
737 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
746 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
869 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1317 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
[all …]

Completed in 14 milliseconds