Home
last modified time | relevance | path

Searched refs:ZEND_ACC_READONLY_CLASS (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend_attributes.c75 if (scope->ce_flags & ZEND_ACC_READONLY_CLASS) { in validate_allow_dynamic_properties()
H A Dzend_inheritance.c1508 …if (UNEXPECTED((ce->ce_flags & ZEND_ACC_READONLY_CLASS) != (parent_ce->ce_flags & ZEND_ACC_READONL… in zend_do_inheritance_ex()
1510 ce->ce_flags & ZEND_ACC_READONLY_CLASS ? "Readonly" : "Non-readonly", ZSTR_VAL(ce->name), in zend_do_inheritance_ex()
1511 …parent_ce->ce_flags & ZEND_ACC_READONLY_CLASS ? "readonly" : "non-readonly", ZSTR_VAL(parent_ce->n… in zend_do_inheritance_ex()
2529 if ((ce->ce_flags & ZEND_ACC_READONLY_CLASS) && !(property_info->flags & ZEND_ACC_READONLY)) { in zend_do_traits_property_binding()
H A Dzend_compile.h286 #define ZEND_ACC_READONLY_CLASS (1 << 16) /* X | | | */ macro
H A Dzend_language_parser.y619 | T_READONLY { $$ = ZEND_ACC_READONLY_CLASS|ZEND_ACC_NO_DYNAMIC_PROPERTIES; }
H A Dzend_compile.c931 if ((flags & ZEND_ACC_READONLY_CLASS) && (new_flag & ZEND_ACC_READONLY_CLASS)) { in zend_add_class_modifier()
956 if ((flags & ZEND_ACC_READONLY_CLASS) && (new_flag & ZEND_ACC_READONLY_CLASS)) { in zend_add_anonymous_class_modifier()
7348 if (!(property_flags & ZEND_ACC_READONLY) && (scope->ce_flags & ZEND_ACC_READONLY_CLASS)) { in zend_compile_params()
8016 if ((ce->ce_flags & ZEND_ACC_READONLY_CLASS)) { in zend_compile_prop_decl()
H A Dzend_ast.c1843 if (decl->flags & ZEND_ACC_READONLY_CLASS) { in zend_ast_export_ex()
/php-src/ext/reflection/
H A Dphp_reflection.c348 if (ce->ce_flags & ZEND_ACC_READONLY_CLASS) { in _class_string()
1604 if (modifiers & (ZEND_ACC_READONLY | ZEND_ACC_READONLY_CLASS)) { in ZEND_METHOD()
5021 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_READONLY_CLASS); in ZEND_METHOD()
5036 uint32_t keep_flags = ZEND_ACC_FINAL | ZEND_ACC_EXPLICIT_ABSTRACT_CLASS | ZEND_ACC_READONLY_CLASS; in ZEND_METHOD()
H A Dphp_reflection_arginfo.h1380 ZVAL_LONG(&const_IS_READONLY_value, ZEND_ACC_READONLY_CLASS); in register_class_ReflectionClass()

Completed in 165 milliseconds