Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_opcode.c198 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_user_class_data()
208 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_class_data()
273 case ZEND_USER_CLASS: in destroy_zend_class()
H A Dzend_compile.h742 #define ZEND_USER_CLASS 2 macro
H A Dzend_API.h226 # define CE_STATIC_MEMBERS(ce) (((ce)->type==ZEND_USER_CLASS)?(ce)->static_members_table:CG(static_…
H A Dzend_API.c3371 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
3429 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
H A Dzend_builtin_functions.c1405 if ((*ce)->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_compile.c3509 if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
4825 new_class_entry->type = ZEND_USER_CLASS; in zend_do_begin_class_declaration()
6838 (*pce)->type == ZEND_USER_CLASS && in zend_do_use()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c366 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in _class_string()
382 string_printf(str, (ce->type == ZEND_USER_CLASS) ? "<user" : "<internal"); in _class_string()
423 if (ce->type == ZEND_USER_CLASS) { in _class_string()
3549 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
3564 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3600 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3618 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()

Completed in 109 milliseconds