Home
last modified time | relevance | path

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

/PHP-5.5/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.h772 #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_builtin_functions.c1405 if ((*ce)->type == ZEND_USER_CLASS) { in ZEND_FUNCTION()
H A Dzend_API.c3434 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
3492 if (ce->type == ZEND_USER_CLASS) { in zend_declare_property_ex()
H A Dzend_compile.c3701 if (ce->type == ZEND_USER_CLASS) { in zend_do_inheritance()
5033 new_class_entry->type = ZEND_USER_CLASS; in zend_do_begin_class_declaration()
7078 (*pce)->type == ZEND_USER_CLASS && in zend_do_use()
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c238 if (ce->type == ZEND_USER_CLASS) {
H A Dzend_persist.c460 if (ce->type == ZEND_USER_CLASS) {
/PHP-5.5/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()
3560 RETURN_BOOL(ce->type == ZEND_USER_CLASS); in ZEND_METHOD()
3575 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3611 if (ce->type == ZEND_USER_CLASS) { in ZEND_METHOD()
3629 if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { in ZEND_METHOD()
/PHP-5.5/ext/date/
H A Dphp_date.c2004 if (implementor->type == ZEND_USER_CLASS && in implement_date_interface_handler()

Completed in 148 milliseconds