Home
last modified time | relevance | path

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

/PHP-7.3/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.c600 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
/PHP-7.3/ext/opcache/
H A Dzend_persist_calc.c312 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry_calc()
H A Dzend_persist.c719 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c203 (ce->type == ZEND_USER_CLASS && in zend_optimizer_pass1()
H A Dzend_optimizer.c972 } else if (ce->type == ZEND_USER_CLASS && in get_class_entry_from_op1()
1059 if (ce && ce->type == ZEND_USER_CLASS) { in zend_optimizer_get_called_func()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c282 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
298 smart_str_append_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
339 if (ce->type == ZEND_USER_CLASS) { in _class_string()
3969 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
3999 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4017 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4035 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4053 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
/PHP-7.3/Zend/
H A Dzend_compile.h889 #define ZEND_USER_CLASS 2 macro
H A Dzend_opcode.c216 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_inheritance.c913 } else if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
940 if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
H A Dzend_API.h232 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
H A Dzend_builtin_functions.c1577 if (ce->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_API.c3740 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
H A Dzend_compile.c6386 ce->type = ZEND_USER_CLASS; in zend_compile_class_decl()
/PHP-7.3/ext/date/
H A Dphp_date.c2053 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 133 milliseconds