Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/
H A Dphp_simplexml.h54 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsxe.c143 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
170 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
H A Dsimplexml.c188 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
248 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
257 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()
464 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
501 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
750 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
759 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
878 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1326 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
[all …]

Completed in 23 milliseconds