Home
last modified time | relevance | path

Searched refs:ZEND_USER_CLASS (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_attributes.h95 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in END_EXTERN_C()
113 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_property_attribute()
119 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_class_constant_attribute()
H A Dzend_enum.c199 ZEND_ASSERT(ce->type == ZEND_USER_CLASS); in zend_enum_build_backed_enum_table()
291 if (ce->type == ZEND_USER_CLASS && !(ce->ce_flags & ZEND_ACC_CONSTANTS_UPDATED)) { in zend_enum_get_case_by_value()
H A Dzend_execute_API.c331 } else if (ce->type == ZEND_USER_CLASS && !(ce->ce_flags & ZEND_ACC_IMMUTABLE)) { in zend_shutdown_executor_values()
354 if (ce->type == ZEND_USER_CLASS && ce->backed_enum_table) { in zend_shutdown_executor_values()
H A Dzend_compile.h986 #define ZEND_USER_CLASS 2 macro
H A Dzend_opcode.c331 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_inheritance.c231 ZEND_ASSERT(ce->type == ZEND_USER_CLASS); in class_visible()
1450 if (ce->type == ZEND_USER_CLASS) { in zend_build_properties_info_table()
3008 if ((ce)->type == ZEND_USER_CLASS) { \
H A Dzend_API.h472 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_set_backed_enum_table()
482 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_backed_enum_table()
H A Dzend_API.c1583 …if (class_type->type == ZEND_USER_CLASS && class_type->ce_flags & ZEND_ACC_ENUM && class_type->enu… in zend_update_class_constants()
3429 if (ce->type == ZEND_USER_CLASS) { in zend_register_class_alias_ex()
H A Dzend_compile.c1986 if (ce->type == ZEND_USER_CLASS) { in zend_initialize_class_data()
8114 ce->type = ZEND_USER_CLASS; in zend_compile_class_decl()
H A Dzend_vm_def.h6016 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f…
H A Dzend_vm_execute.h7294 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8459 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
25197 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
25770 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER()
34365 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
34728 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f… in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_print.c130 (ce->type == ZEND_USER_CLASS) ? in PHPDBG_PRINT()
251 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_method_ce()
280 (ce->type == ZEND_USER_CLASS) ? in phpdbg_print_opcodes_ce()
289 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_ce()
342 if (ce->type == ZEND_USER_CLASS) { in phpdbg_print_opcodes()
H A Dphpdbg_info.c376 const char *visibility = ce->type == ZEND_USER_CLASS ? "User" : "Internal"; in phpdbg_print_class_name()
391 if (ce->type == ZEND_USER_CLASS) { in PHPDBG_INFO()
H A Dphpdbg_list.c114 if (ce->type == ZEND_USER_CLASS) { in PHPDBG_LIST()
H A Dphpdbg.c553 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c318 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
334 smart_str_append_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
379 if (ce->type == ZEND_USER_CLASS) { in _class_string()
4013 ref->ce->type == ZEND_USER_CLASS ? ref->ce->info.user.filename : NULL); in ZEND_METHOD()
4327 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
4355 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4372 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4389 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4406 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
4423 ce->type == ZEND_USER_CLASS ? ce->info.user.filename : NULL); in ZEND_METHOD()
[all …]
/PHP-8.3/ext/opcache/
H A Dzend_persist.c862 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
1084 if (parent->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
1118 if (ce->interfaces[i]->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
H A Dzend_persist_calc.c416 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry_calc()
H A Dzend_accelerator_util_funcs.c139 if (EXPECTED(ce->type == ZEND_USER_CLASS) in zend_accel_move_user_classes()
H A DZendAccelerator.c3593 ZEND_ASSERT(ce->type == ZEND_USER_CLASS);
3651 if (p->type == ZEND_USER_CLASS) {
3668 if (p->type == ZEND_USER_CLASS) {
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c918 if (ce && ce->type == ZEND_USER_CLASS) { in zend_optimizer_get_called_func()
/PHP-8.3/ext/date/
H A Dphp_date.c318 while (ce_ptr && ce_ptr->parent && ce_ptr->type == ZEND_USER_CLASS) { in date_throw_uninitialized_error()
1726 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 490 milliseconds