Lines Matching refs:ZEND_ACC_STATIC

1172 					if (prop_info->flags & ZEND_ACC_STATIC) {  in zend_update_class_constants()
1232 (property_info->flags & ZEND_ACC_STATIC) == 0) { in object_properties_init_ex()
1273 (property_info->flags & ZEND_ACC_STATIC) == 0) { in object_properties_load()
2264 if (ptr->flags & ZEND_ACC_STATIC && (!scope || !(scope->ce_flags & ZEND_ACC_INTERFACE))) { in zend_register_functions()
2414 if (ctor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2421 if (dtor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2427 if (clone->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2433 if (__call->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2439 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { in zend_register_functions()
2442 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; in zend_register_functions()
2445 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2451 if (__get->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2457 if (__set->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2463 if (__unset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2469 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2475 if (__debugInfo->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
3194 } else if (!fcc->object && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3729 if (access_type & ZEND_ACC_STATIC) { in zend_declare_property_ex()
3731 (property_info_ptr->flags & ZEND_ACC_STATIC) != 0) { in zend_declare_property_ex()
3745 (property_info_ptr->flags & ZEND_ACC_STATIC) == 0) { in zend_declare_property_ex()