Lines Matching refs:ZEND_ACC_STATIC

1144 						if (prop_info->flags & ZEND_ACC_STATIC) {  in zend_update_class_constants()
1203 (property_info->flags & ZEND_ACC_STATIC) == 0) { in object_properties_init_ex()
1244 (property_info->flags & ZEND_ACC_STATIC) == 0) { in object_properties_load()
2223 if (ptr->flags & ZEND_ACC_STATIC && (!scope || !(scope->ce_flags & ZEND_ACC_INTERFACE))) { in zend_register_functions()
2343 if (ctor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2350 if (dtor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2357 if (clone->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2363 if (__call->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2369 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { in zend_register_functions()
2372 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; in zend_register_functions()
2375 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2381 if (__get->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2387 if (__set->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2393 if (__unset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2399 if (__isset->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2405 if (__debugInfo->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
3112 } else if (!fcc->object && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3617 if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { in zend_declare_property_ex()
3630 if (access_type & ZEND_ACC_STATIC) { in zend_declare_property_ex()
3632 (property_info_ptr->flags & ZEND_ACC_STATIC) != 0) { in zend_declare_property_ex()
3646 (property_info_ptr->flags & ZEND_ACC_STATIC) == 0) { in zend_declare_property_ex()