Lines Matching refs:fn_flags

3759 	|	// if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE))
3760 | ldr TMP1w, [REG0, #offsetof(zend_function, common.fn_flags)]
8714 | // (closure->func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE);
8715 | ldr REG2w, [REG0, #offsetof(zend_closure, func.common.fn_flags)]
8780 (!(func->common.fn_flags & ZEND_ACC_IMMUTABLE) ||
8781 (func->common.fn_flags & ZEND_ACC_CLOSURE) ||
8841 && (func->common.fn_flags & ZEND_ACC_IMMUTABLE)
8855 && (func->op_array.fn_flags & ZEND_ACC_IMMUTABLE)) {
8883 func && (func->common.fn_flags & ZEND_ACC_IMMUTABLE) ? ZEND_JIT_EXIT_INVALIDATE : 0);
8893 && !(func->common.fn_flags & ZEND_ACC_IMMUTABLE)) {
9086 (!(func->common.fn_flags & ZEND_ACC_IMMUTABLE) ||
9087 (func->common.fn_flags & ZEND_ACC_CLOSURE) ||
9103 | // if (fbc->common.fn_flags & ZEND_ACC_STATIC) {
9104 | ldr TMP1w, [REG0, #offsetof(zend_function, common.fn_flags)]
9111 if (!func || (func->common.fn_flags & ZEND_ACC_STATIC) != 0) {
9131 if (!func || (func->common.fn_flags & ZEND_ACC_STATIC) == 0) {
9277 if ((op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)
9327 (!func || func->common.fn_flags & ZEND_ACC_VARIADIC);
9351 | ldr TMP1w, [REG0, #offsetof(zend_op_array, fn_flags)]
9379 | ldr TMP1w, [REG0, #offsetof(zend_op_array, fn_flags)]
9395 } else if (func->common.fn_flags & ZEND_ACC_DEPRECATED) {
9443 if (func && !(func->op_array.fn_flags & ZEND_ACC_CLOSURE)) {
9448 } else if ((func->op_array.fn_flags & ZEND_ACC_IMMUTABLE)
9503 if ((func->op_array.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) != 0) {
9602 if (!func || (func->op_array.fn_flags & ZEND_ACC_HAS_TYPE_HINTS) == 0) {
9604 | // if (EXPECTED((op_array->fn_flags & ZEND_ACC_HAS_TYPE_HINTS) == 0))
9605 | ldr TMP1w, [REG0, #offsetof(zend_op_array, fn_flags)]
9679 | ldr TMP1w, [REG0, #offsetof(zend_op_array, fn_flags)]
9683 | ldr TMP1w, [REG0, #offsetof(zend_op_array, fn_flags)]
9699 } else if (func->common.fn_flags & ZEND_ACC_DEPRECATED) {
10801 (op_array->fn_flags & ZEND_ACC_VARIADIC) || /* may have extra named args */
10807 !(op_array->fn_flags & ZEND_ACC_CLOSURE) &&
10809 !(op_array->fn_flags & ZEND_ACC_STATIC) &&
10864 if (op_array->fn_flags & ZEND_ACC_CLOSURE) {
12095 if (op_array->fn_flags & ZEND_ACC_HAS_TYPE_HINTS) {
12098 } else if (UNEXPECTED(op_array->fn_flags & ZEND_ACC_VARIADIC)) {
12172 (op_array->fn_flags & ZEND_ACC_HAS_TYPE_HINTS)) {
12204 if (op_array->fn_flags & ZEND_ACC_HAS_TYPE_HINTS) {
12210 } else if (op_array->fn_flags & ZEND_ACC_VARIADIC) {
13981 if (!op_array->scope || (op_array->fn_flags & ZEND_ACC_STATIC)) {