Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.h500 int zend_do_verify_access_types(const znode *current_access_type, const znode *new_modifier);
H A Dzend_compile.c1502 int zend_do_verify_access_types(const znode *current_access_type, const znode *new_modifier) /* {{{… in zend_do_verify_access_types() argument
1504 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_PPP_MASK) in zend_do_verify_access_types()
1508 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_ABSTRACT) in zend_do_verify_access_types()
1512 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_STATIC) in zend_do_verify_access_types()
1516 if ((Z_LVAL(current_access_type->u.constant) & ZEND_ACC_FINAL) in zend_do_verify_access_types()
1520 …if (((Z_LVAL(current_access_type->u.constant) | Z_LVAL(new_modifier->u.constant)) & (ZEND_ACC_ABST… in zend_do_verify_access_types()
1523 return (Z_LVAL(current_access_type->u.constant) | Z_LVAL(new_modifier->u.constant)); in zend_do_verify_access_types()

Completed in 27 milliseconds