Lines Matching refs:ZEND_ACC_STATIC

1040 					if (is_static == ((prop_info->flags & ZEND_ACC_STATIC) != 0) &&  in zval_update_class_constant()
2055 if (ptr->flags & ZEND_ACC_STATIC && (!scope || !(scope->ce_flags & ZEND_ACC_INTERFACE))) { in zend_register_functions()
2155 if (ctor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2162 if (dtor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2169 if (clone->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2175 if (__call->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2181 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { in zend_register_functions()
2184 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; in zend_register_functions()
2187 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2193 if (__get->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2199 if (__set->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2205 if (__unset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2211 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2863 } else if (!fcc->object_ptr && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3360 if (access_type & ZEND_ACC_STATIC) { in zend_declare_property_ex()
3362 (property_info_ptr->flags & ZEND_ACC_STATIC) != 0) { in zend_declare_property_ex()
3376 (property_info_ptr->flags & ZEND_ACC_STATIC) == 0) { in zend_declare_property_ex()