Home
last modified time | relevance | path

Searched refs:ZEND_ACC_IMPLEMENT_TRAITS (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_compile.h192 #define ZEND_ACC_IMPLEMENT_TRAITS 0x400000 macro
H A Dzend_compile.c3727 } else if (!(ce->ce_flags & (ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))) { in zend_do_inheritance()
4581 …if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))… in do_bind_class()
5141 ce->ce_flags |= ZEND_ACC_IMPLEMENT_TRAITS; in zend_do_end_class_declaration()
5152 if (ce->num_interfaces && !(ce->ce_flags & ZEND_ACC_IMPLEMENT_TRAITS)) { in zend_do_end_class_declaration()

Completed in 29 milliseconds