Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_attributes.h93 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in END_EXTERN_C()
111 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_property_attribute()
117 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.c332 } else if (ce->type == ZEND_USER_CLASS && !(ce->ce_flags & ZEND_ACC_IMMUTABLE)) { in zend_shutdown_executor_values()
355 if (ce->type == ZEND_USER_CLASS && ce->backed_enum_table) { in zend_shutdown_executor_values()
H A Dzend_compile.h1009 #define ZEND_USER_CLASS 2 macro
H A Dzend_opcode.c336 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_inheritance.c231 ZEND_ASSERT(ce->type == ZEND_USER_CLASS); in class_visible()
1454 if (ce->type == ZEND_USER_CLASS) { in zend_build_properties_info_table()
2994 if ((ce)->type == ZEND_USER_CLASS) { \
H A Dzend_API.h476 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_set_backed_enum_table()
486 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_backed_enum_table()
H A Dzend_API.c1630 …if (class_type->type == ZEND_USER_CLASS && class_type->ce_flags & ZEND_ACC_ENUM && class_type->enu… in zend_update_class_constants()
3508 if (ce->type == ZEND_USER_CLASS) { in zend_register_class_alias_ex()
H A Dzend_vm_execute.h7405 … & 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()
8570 … & 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()
25288 … & 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()
25861 … & 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()
34456 … & 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()
34819 … & 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()
H A Dzend_vm_def.h6024 … & ZEND_ACC_ENUM && ce->enum_backing_type != IS_UNDEF && ce->type == ZEND_USER_CLASS && !(ce->ce_f…
H A Dzend_compile.c8342 ce->type = ZEND_USER_CLASS; in zend_compile_class_decl()
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c128 (ce->type == ZEND_USER_CLASS) ? in PHPDBG_PRINT()
249 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_method_ce()
278 (ce->type == ZEND_USER_CLASS) ? in phpdbg_print_opcodes_ce()
287 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_ce()
340 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-src/ext/opcache/
H A Dzend_persist.c853 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
1075 if (parent->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
1109 if (ce->interfaces[i]->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
H A Dzend_persist_calc.c410 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.c3597 ZEND_ASSERT(ce->type == ZEND_USER_CLASS);
3655 if (p->type == ZEND_USER_CLASS) {
3672 if (p->type == ZEND_USER_CLASS) {
/php-src/ext/reflection/
H A Dphp_reflection.c329 smart_str_append_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
374 if (ce->type == ZEND_USER_CLASS) { in _class_string()
4056 ref->ce->type == ZEND_USER_CLASS ? ref->ce->info.user.filename : NULL); in ZEND_METHOD()
4382 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
4410 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4427 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4444 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4478 ce->type == ZEND_USER_CLASS ? ce->info.user.filename : NULL); in ZEND_METHOD()
5915 ref->prop->ce->type == ZEND_USER_CLASS ? ref->prop->ce->info.user.filename : NULL); in ZEND_METHOD()
6845 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c852 } else if (tmp->type == ZEND_USER_CLASS in zend_fetch_class_const_info()
981 if (ce && ce->type == ZEND_USER_CLASS) { in zend_optimizer_get_called_func()
/php-src/ext/date/
H A Dphp_date.c318 while (ce_ptr && ce_ptr->parent && ce_ptr->type == ZEND_USER_CLASS) { in date_throw_uninitialized_error()
1731 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 301 milliseconds