Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/
H A Dphp_simplexml.h54 SXE_ITER_ATTRLIST = 3 enumerator
H A Dsxe.c139 if (!sxe->iter.data || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
165 if (!sxe->iter.data || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
H A Dsimplexml.c201 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
262 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
283 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
472 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
504 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
757 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
766 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
896 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1263 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
1571 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
[all …]

Completed in 11 milliseconds