Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c155 (ce->type == ZEND_USER_CLASS) ? in PHPDBG_PRINT()
290 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_method_ce()
309 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
328 (ce->type == ZEND_USER_CLASS) ? in phpdbg_print_opcodes_ce()
337 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_ce()
367 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()
400 if (ce->type == ZEND_USER_CLASS) { in phpdbg_print_opcodes()
H A Dphpdbg_info.c378 const char *visibility = ce->type == ZEND_USER_CLASS ? "User" : "Internal"; in phpdbg_print_class_name()
393 if (ce->type == ZEND_USER_CLASS) { in PHPDBG_INFO()
H A Dphpdbg_list.c116 if (ce->type == ZEND_USER_CLASS) { in PHPDBG_LIST()
H A Dphpdbg.c581 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c702 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
883 if (parent->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
909 if (ce->interfaces[i]->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
938 if (ce->type == ZEND_USER_CLASS) { in zend_update_parent_ce()
H A Dzend_persist_calc.c354 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry_calc()
H A Dzend_accelerator_util_funcs.c132 if (EXPECTED(ce->type == ZEND_USER_CLASS) in zend_accel_move_user_classes()
H A DZendAccelerator.c3304 if (EXPECTED(ce->type == ZEND_USER_CLASS)) { in preload_move_user_classes()
3371 if (p->type == ZEND_USER_CLASS) { in preload_sort_classes()
3388 if (p->type == ZEND_USER_CLASS) { in preload_sort_classes()
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c204 (ce->type == ZEND_USER_CLASS && in zend_optimizer_pass1()
H A Dzend_optimizer.c792 } else if (ce->type == ZEND_USER_CLASS && in get_class_entry_from_op1()
886 if (ce && ce->type == ZEND_USER_CLASS) { in zend_optimizer_get_called_func()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c302 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
318 smart_str_append_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
360 if (ce->type == ZEND_USER_CLASS) { in _class_string()
3996 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
4026 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4044 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4062 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4080 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
/PHP-7.4/Zend/
H A Dzend_compile.h906 #define ZEND_USER_CLASS 2 macro
H A Dzend_inheritance.c224 ZEND_ASSERT(ce->type == ZEND_USER_CLASS); in class_visible()
1089 if (ce->type == ZEND_USER_CLASS) { in zend_build_properties_info_table()
1249 } else if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance_ex()
H A Dzend_opcode.c267 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_builtin_functions.c1557 if (ce->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_compile.c6433 ce->type = ZEND_USER_CLASS; in zend_compile_class_decl()
6548 …&& ((parent_ce->type != ZEND_USER_CLASS) || !(CG(compiler_options) & ZEND_COMPILE_IGNORE_OTHER_FIL… in zend_compile_class_decl()
/PHP-7.4/ext/date/
H A Dphp_date.c2049 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 127 milliseconds