Home
last modified time | relevance | path

Searched refs:ZEND_INTERNAL_CLASS (Results 1 – 20 of 20) sorted by last modified time

/PHP-7.4/Zend/
H A Dzend_closures.c99 if (scope && scope != func->common.scope && scope->type == ZEND_INTERNAL_CLASS) { in zend_valid_closure_binding()
H A Dzend_API.c1961 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
1974 if (ce->type == ZEND_INTERNAL_CLASS && in zend_collect_module_handlers()
2702 class_entry->type = ZEND_INTERNAL_CLASS; in do_register_internal_class()
3696 return (ce->type & ZEND_INTERNAL_CLASS) in is_persistent_class()
3708 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
3736 ZEND_ASSERT(ce->type == ZEND_INTERNAL_CLASS); in zend_declare_typed_property()
3752 ZEND_ASSERT(ce->type == ZEND_INTERNAL_CLASS); in zend_declare_typed_property()
3761 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
3770 if (ce->type & ZEND_INTERNAL_CLASS) { in zend_declare_typed_property()
4023 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_declare_class_constant_ex()
[all …]
H A Dzend_object_handlers.c1539 if (ce->type == ZEND_INTERNAL_CLASS || (ce->ce_flags & (ZEND_ACC_IMMUTABLE|ZEND_ACC_PRELOADED))) { in zend_std_get_static_property_with_info()
H A Dzend_compile.c1645 zend_bool persistent_hashes = ce->type == ZEND_INTERNAL_CLASS; in zend_initialize_class_data()
1660 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
1699 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_initialize_class_data()
6547 …&& ((parent_ce->type != ZEND_INTERNAL_CLASS) || !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTER… in zend_compile_class_decl()
H A Dzend_execute_API.c120 return (ce->type == ZEND_INTERNAL_CLASS) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; in clean_non_persistent_class_full()
H A Dzend.c968 if (ce->type != ZEND_INTERNAL_CLASS) { in zend_resolve_property_types()
979 ZEND_ASSERT(prop_ce && prop_ce->type == ZEND_INTERNAL_CLASS); in zend_resolve_property_types()
H A Dzend_inheritance.c61 if (UNEXPECTED(ce->type & ZEND_INTERNAL_CLASS)) { in zend_duplicate_internal_function()
221 if (ce->type == ZEND_INTERNAL_CLASS) { in class_visible()
999 if (UNEXPECTED(ce->type & ZEND_INTERNAL_CLASS)) { in do_inherit_property()
1027 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inherit_interfaces()
1069 if (ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_class_constant()
1177 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance_ex()
1224 pefree(src, ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance_ex()
1281 ZEND_ASSERT(ce->type == ZEND_INTERNAL_CLASS); in zend_do_inheritance_ex()
1341 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_do_inheritance_ex()
1373 if (ce->type & ZEND_INTERNAL_CLASS) { in do_inherit_iface_constant()
[all …]
H A Dzend_opcode.c347 case ZEND_INTERNAL_CLASS: in destroy_zend_class()
H A Dzend_interfaces.c319 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
352 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_aggregate()
377 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
399 if (class_type->type == ZEND_INTERNAL_CLASS) { in zend_implement_iterator()
H A Dzend_compile.h905 #define ZEND_INTERNAL_CLASS 1 macro
/PHP-7.4/ext/mysqli/
H A Dmysqli.c465 while (mysqli_base_class->type != ZEND_INTERNAL_CLASS && in mysqli_objects_new()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3215 if (ce->type == ZEND_INTERNAL_CLASS) { in preload_shutdown()
3682 if (ce->type == ZEND_INTERNAL_CLASS) { in preload_link()
3761 && (parent->type == ZEND_INTERNAL_CLASS in preload_link()
3802 if (ce->type == ZEND_INTERNAL_CLASS) { in preload_link()
3923 if (ce->type == ZEND_INTERNAL_CLASS || _idx == checked_classes_idx) { in preload_ensure_classes_loadable()
4457 if (ce->type == ZEND_INTERNAL_CLASS) { in accel_preload()
/PHP-7.4/ext/standard/
H A Dvar.c851 ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
866 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_get_sleep_props()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c512 if (!ce || ce->type != ZEND_INTERNAL_CLASS) { in place_essa_pis()
H A Dzend_inference.c2261 if (ce && ce->type == ZEND_INTERNAL_CLASS) { in get_class_entry()
H A Dzend_optimizer.c790 if (ce->type == ZEND_INTERNAL_CLASS) { in get_class_entry_from_op1()
H A Dpass1_5.c202 (ce->type == ZEND_INTERNAL_CLASS && in zend_optimizer_pass1()
H A Descape_analysis.c159 if (ce && ce->type == ZEND_INTERNAL_CLASS) { in get_class_entry()
/PHP-7.4/ext/dom/
H A Dphp_dom.c1076 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c319 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { in _class_string()
913 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in _extension_class_string()
3981 RETURN_BOOL(ce->type == ZEND_INTERNAL_CLASS); in ZEND_METHOD()
4749 if (ce->type == ZEND_INTERNAL_CLASS in ZEND_METHOD()
5139 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5158 if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module) { in ZEND_METHOD()
5887 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in add_extension_class()

Completed in 175 milliseconds