Z_CONST_FLAGS_P 565 Zend/zend_execute_API.c if (Z_CONST_FLAGS_P(p) & IS_CONSTANT_CLASS) { Z_CONST_FLAGS_P 575 Zend/zend_execute_API.c } else if (UNEXPECTED((const_value = zend_get_constant_ex(Z_STR_P(p), scope, Z_CONST_FLAGS_P(p))) == NULL)) { Z_CONST_FLAGS_P 589 Zend/zend_execute_API.c if ((Z_CONST_FLAGS_P(p) & IS_CONSTANT_UNQUALIFIED) && (slash = (char *)zend_memrchr(actual, '\\', actual_len))) { Z_CONST_FLAGS_P 607 Zend/zend_execute_API.c if ((Z_CONST_FLAGS_P(p) & IS_CONSTANT_UNQUALIFIED) == 0) { Z_CONST_FLAGS_P 277 Zend/zend_variables.c if (Z_CONST_FLAGS_P(p) & (IS_LEXICAL_VAR|IS_LEXICAL_REF)) { Z_CONST_FLAGS_P 278 Zend/zend_variables.c is_ref = Z_CONST_FLAGS_P(p) & IS_LEXICAL_REF;