Home
last modified time | relevance | path

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

/PHP-7.2/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.c186 if (sxe->iter.type != SXE_ITER_ATTRLIST) in sxe_get_element_by_name()
246 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
255 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
272 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_read()
452 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
489 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_write()
738 if (sxe->iter.type != SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
747 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_exists()
866 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in sxe_prop_dim_delete()
1314 if (sxe->iter.type == SXE_ITER_ATTRLIST) { in SXE_METHOD()
[all …]

Completed in 18 milliseconds