Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/
H A Dbcmath_arginfo.h202 …class_with_flags(&ce, NULL, ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_READONLY_CLASS); in register_class_BcMath_Number()
/PHP-8.4/Zend/
H A Dzend_attributes.c84 if (scope->ce_flags & ZEND_ACC_READONLY_CLASS) { in validate_allow_dynamic_properties()
H A Dzend_inheritance.c1774 …if (UNEXPECTED((ce->ce_flags & ZEND_ACC_READONLY_CLASS) != (parent_ce->ce_flags & ZEND_ACC_READONL… in zend_do_inheritance_ex()
1776 ce->ce_flags & ZEND_ACC_READONLY_CLASS ? "Readonly" : "Non-readonly", ZSTR_VAL(ce->name), in zend_do_inheritance_ex()
1777 …parent_ce->ce_flags & ZEND_ACC_READONLY_CLASS ? "readonly" : "non-readonly", ZSTR_VAL(parent_ce->n… in zend_do_inheritance_ex()
2862 if ((ce->ce_flags & ZEND_ACC_READONLY_CLASS) && !(property_info->flags & ZEND_ACC_READONLY)) { in zend_do_traits_property_binding()
H A Dzend_compile.h304 #define ZEND_ACC_READONLY_CLASS (1 << 16) /* X | | | */ macro
H A Dzend_language_parser.y626 | T_READONLY { $$ = ZEND_ACC_READONLY_CLASS|ZEND_ACC_NO_DYNAMIC_PROPERTIES; }
H A Dzend_compile.c982 if ((flags & ZEND_ACC_READONLY_CLASS) && (new_flag & ZEND_ACC_READONLY_CLASS)) { in zend_add_class_modifier()
1007 if ((flags & ZEND_ACC_READONLY_CLASS) && (new_flag & ZEND_ACC_READONLY_CLASS)) { in zend_add_anonymous_class_modifier()
7765 if (!(property_flags & ZEND_ACC_READONLY) && (scope->ce_flags & ZEND_ACC_READONLY_CLASS)) { in zend_compile_params()
8691 if ((ce->ce_flags & ZEND_ACC_READONLY_CLASS)) { in zend_compile_prop_decl()
H A Dzend_ast.c1898 if (decl->flags & ZEND_ACC_READONLY_CLASS) { in zend_ast_export_ex()
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c355 if (ce->ce_flags & ZEND_ACC_READONLY_CLASS) { in _class_string()
1619 if (modifiers & (ZEND_ACC_READONLY | ZEND_ACC_READONLY_CLASS)) { in ZEND_METHOD()
5047 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_READONLY_CLASS); in ZEND_METHOD()
5062 uint32_t keep_flags = ZEND_ACC_FINAL | ZEND_ACC_EXPLICIT_ABSTRACT_CLASS | ZEND_ACC_READONLY_CLASS; in ZEND_METHOD()
H A Dphp_reflection_arginfo.h1505 ZVAL_LONG(&const_IS_READONLY_value, ZEND_ACC_READONLY_CLASS); in register_class_ReflectionClass()
/PHP-8.4/ext/dom/
H A Dphp_dom_arginfo.h3556 …, ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES|ZEND_ACC_NOT_SERIALIZABLE|ZEND_ACC_READONLY_CLASS); in register_class_Dom_NamespaceInfo()

Completed in 186 milliseconds