current_access_type 1510 Zend/zend_compile.c int zend_do_verify_access_types(const znode *current_access_type, const znode *new_modifier) /* {{{ */ current_access_type 1512 Zend/zend_compile.c if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_PPP_MASK) current_access_type 1516 Zend/zend_compile.c if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_ABSTRACT) current_access_type 1520 Zend/zend_compile.c if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_STATIC) current_access_type 1524 Zend/zend_compile.c if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_FINAL) current_access_type 1528 Zend/zend_compile.c if (((Z_LVAL(current_access_type->u.constant) | Z_LVAL(new_modifier->u.constant)) & (ZEND_ACC_ABSTRACT | ZEND_ACC_FINAL)) == (ZEND_ACC_ABSTRACT | ZEND_ACC_FINAL)) { current_access_type 1531 Zend/zend_compile.c return (Z_LVAL(current_access_type->u.constant) | Z_LVAL(new_modifier->u.constant)); current_access_type 515 Zend/zend_compile.h int zend_do_verify_access_types(const znode *current_access_type, const znode *new_modifier);