Lines Matching refs:attribs
221 …im_read(zend_object *object, zval *member, zend_bool elements, zend_bool attribs, int type, zval *… in sxe_prop_dim_read() argument
245 attribs = 0; in sxe_prop_dim_read()
265 attribs = 1; in sxe_prop_dim_read()
285 if (attribs) { in sxe_prop_dim_read()
389 …object *object, zval *member, zval *value, zend_bool elements, zend_bool attribs, xmlNodePtr *pnew… in sxe_prop_dim_write() argument
423 attribs = 0; in sxe_prop_dim_write()
439 zend_value_error("Cannot create %s with an empty name", attribs ? "attribute" : "element"); in sxe_prop_dim_write()
451 attribs = 1; in sxe_prop_dim_write()
470 if (attribs && !node && sxe->iter.type == SXE_ITER_ELEMENT) { in sxe_prop_dim_write()
504 …zend_type_error("It's not possible to assign a complex type to %s, %s given", attribs ? "attribute… in sxe_prop_dim_write()
510 if (attribs) { in sxe_prop_dim_write()
602 } else if (attribs) { in sxe_prop_dim_write()
677 …m_exists(zend_object *object, zval *member, int check_empty, zend_bool elements, zend_bool attribs) in sxe_prop_dim_exists() argument
701 attribs = 0; in sxe_prop_dim_exists()
710 attribs = 1; in sxe_prop_dim_exists()
722 if (attribs) { in sxe_prop_dim_exists()
798 … void sxe_prop_dim_delete(zend_object *object, zval *member, zend_bool elements, zend_bool attribs) in sxe_prop_dim_delete() argument
823 attribs = 0; in sxe_prop_dim_delete()
832 attribs = 1; in sxe_prop_dim_delete()
844 if (attribs) { in sxe_prop_dim_delete()