Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_info.c272 ((*ce)->type == ZEND_USER_CLASS) ? in phpdbg_print_class_name()
294 if ((*ce)->type == ZEND_USER_CLASS) { in PHPDBG_INFO()
H A Dphpdbg_list.c107 if ((*ce)->type == ZEND_USER_CLASS) { in PHPDBG_LIST()
H A Dphpdbg_print.c159 ((*ce)->type == ZEND_USER_CLASS) ? in PHPDBG_PRINT()
/PHP-5.6/Zend/
H A Dzend_opcode.c202 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_user_class_data()
212 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_class_data()
282 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_compile.h792 #define ZEND_USER_CLASS 2 macro
H A Dzend_API.h229 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
H A Dzend_builtin_functions.c1414 if ((*ce)->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_API.c3490 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
3547 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
H A Dzend_compile.c3842 if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
5176 new_class_entry->type = ZEND_USER_CLASS; in zend_do_begin_class_declaration()
7221 (*pce)->type == ZEND_USER_CLASS && in zend_do_use()
/PHP-5.6/ext/opcache/
H A Dzend_persist_calc.c267 if (ce->type == ZEND_USER_CLASS) {
H A Dzend_persist.c491 if (ce->type == ZEND_USER_CLASS) {
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass1_5.c287 ((*pce)->type == ZEND_USER_CLASS &&
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c385 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
401 string_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
442 if (ce->type == ZEND_USER_CLASS) { in _class_string()
3634 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
3649 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3685 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3703 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
/PHP-5.6/ext/date/
H A Dphp_date.c2012 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 120 milliseconds