Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_print.c155 (ce->type == ZEND_USER_CLASS) ? in PHPDBG_PRINT()
288 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_method_ce()
307 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
326 (ce->type == ZEND_USER_CLASS) ? in phpdbg_print_opcodes_ce()
335 if (ce->type != ZEND_USER_CLASS) { in phpdbg_print_opcodes_ce()
365 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()
398 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.c575 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c301 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry_calc()
H A Dzend_persist.c735 if (ce->type == ZEND_USER_CLASS) { in zend_persist_class_entry()
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c310 (ce->type == ZEND_USER_CLASS && in zend_optimizer_pass1()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c403 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
419 string_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
460 if (ce->type == ZEND_USER_CLASS) { in _class_string()
3947 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
3977 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3995 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4013 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
4031 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
/PHP-7.0/Zend/
H A Dzend_execute_API.c319 if (ce->type == ZEND_USER_CLASS) { in shutdown_executor()
333 if (ce->type != ZEND_USER_CLASS) { in shutdown_executor()
H A Dzend_compile.h850 #define ZEND_USER_CLASS 2 macro
H A Dzend_opcode.c258 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend.c846 if (ce->type == ZEND_USER_CLASS) { in zend_shutdown()
H A Dzend_inheritance.c872 if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
H A Dzend_API.h238 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
H A Dzend_builtin_functions.c1552 if (ce->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_compile.c5299 ce->type = ZEND_USER_CLASS; in zend_compile_class_decl()
5521 if (ce && ce->type == ZEND_USER_CLASS in zend_check_use_conflict()
H A Dzend_API.c3641 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
/PHP-7.0/ext/date/
H A Dphp_date.c1977 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 126 milliseconds