Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dphp_simplexml.h50 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsimplexml.c167 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
213 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
222 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()
388 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
429 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
682 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
691 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
813 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1251 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
[all …]

Completed in 16 milliseconds