Home
last modified time | relevance | path

Searched refs:ZEND_INTERNAL_CLASS (Results 1 – 21 of 21) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_interfaces.c298 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_aggregate()
312 ZEND_ASSERT(class_type->type == ZEND_INTERNAL_CLASS); in zend_implement_aggregate()
339 zend_class_iterator_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_iterator()
361 ZEND_ASSERT(class_type->type == ZEND_INTERNAL_CLASS); in zend_implement_iterator()
387 zend_class_arrayaccess_funcs *funcs_ptr = class_type->type == ZEND_INTERNAL_CLASS in zend_implement_arrayaccess()
H A Dzend_lazy_objects.c189 if (UNEXPECTED(ce->type == ZEND_INTERNAL_CLASS && ce != zend_standard_class_def)) { in zend_class_can_be_lazy()
194 if (UNEXPECTED(parent->type == ZEND_INTERNAL_CLASS && parent != zend_standard_class_def)) { in zend_class_can_be_lazy()
237 …if (UNEXPECTED(reflection_ce->type == ZEND_INTERNAL_CLASS && reflection_ce != zend_standard_class_… in zend_object_make_lazy()
243 if (UNEXPECTED(parent->type == ZEND_INTERNAL_CLASS && parent != zend_standard_class_def)) { in zend_object_make_lazy()
H A Dzend_API.c449 if (old_ce->type == ZEND_INTERNAL_CLASS) { in zend_class_redeclaration_error_ex()
2542 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
2556 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
3468 class_entry->type = ZEND_INTERNAL_CLASS; in do_register_internal_class()
4493 return (ce->type & ZEND_INTERNAL_CLASS) in is_persistent_class()
4509 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
4582 if (ce->type == ZEND_INTERNAL_CLASS && in zend_declare_typed_property()
4607 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
4617 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
4870 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_typed_class_constant()
[all …]
H A Dzend_inheritance.c102 if (UNEXPECTED(ce->type & ZEND_INTERNAL_CLASS)) { in zend_duplicate_internal_function()
243 if (ce->type == ZEND_INTERNAL_CLASS) { in class_visible()
400 if (ce->type == ZEND_INTERNAL_CLASS) { in track_class_dependency()
1548 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
1621 if (ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_class_constant()
1803 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance_ex()
1855 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance_ex()
1878 if (ce->type == ZEND_INTERNAL_CLASS && in zend_do_inheritance_ex()
1945 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance_ex()
2057 if (ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_iface_constant()
[all …]
H A Dzend_attributes.c457 if (ce->type != ZEND_INTERNAL_CLASS) { in zend_mark_internal_attribute()
H A Dzend_compile.h1061 #define ZEND_INTERNAL_CLASS 1 macro
H A Dzend_closures.c102 if (scope && scope != func->common.scope && scope->type == ZEND_INTERNAL_CLASS) { in zend_valid_closure_binding()
H A Dzend_opcode.c434 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_execute_API.c128 return (ce->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class_full()
H A Dzend_compile.c2049 bool persistent_hashes = ce->type == ZEND_INTERNAL_CLASS; in zend_initialize_class_data()
2108 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
4210 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_compile_ignore_class()
H A Dzend_execute.c1913 int code = c->ce->type == ZEND_INTERNAL_CLASS ? E_DEPRECATED : E_USER_DEPRECATED; in zend_deprecated_class_constant()
/PHP-8.4/ext/random/
H A Drandomizer.c32 if (engine_object->ce->type == ZEND_INTERNAL_CLASS) { in randomizer_common_init()
/PHP-8.4/ext/opcache/
H A Dzend_persist_calc.c398 || c->ce->type == ZEND_INTERNAL_CLASS) { in zend_persist_class_constant_calc()
H A DZendAccelerator.c3534 if (ce->type == ZEND_INTERNAL_CLASS) {
3916 ZEND_ASSERT(ce->type != ZEND_INTERNAL_CLASS);
4002 if (ce->type == ZEND_INTERNAL_CLASS) {
4021 ZEND_ASSERT(ce->type != ZEND_INTERNAL_CLASS);
H A Dzend_persist.c851 || orig_c->ce->type == ZEND_INTERNAL_CLASS) { in zend_persist_class_constant()
/PHP-8.4/ext/standard/
H A Dvar.c934 ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
949 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
/PHP-8.4/ext/mysqli/
H A Dmysqli.c375 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c337 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
1023 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in _extension_class_string()
4394 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()
5147 if (ce->type == ZEND_INTERNAL_CLASS in ZEND_METHOD()
5683 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5701 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
6791 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in add_extension_class()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit.c583 if (parent->type == ZEND_INTERNAL_CLASS) { in zend_get_known_property_info()
3659 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_jit_deactivate()
/PHP-8.4/ext/date/
H A Dphp_date.c312 if (ce->type == ZEND_INTERNAL_CLASS) { in date_throw_uninitialized_error()
319 if (ce_ptr->type != ZEND_INTERNAL_CLASS) { in date_throw_uninitialized_error()
/PHP-8.4/ext/dom/
H A Dphp_dom.c1506 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class_ex()

Completed in 216 milliseconds