Home
last modified time | relevance | path

Searched refs:traits (Results 51 – 55 of 55) sorted by relevance

123

/PHP-5.5/Zend/
H A Dzend_opcode.c222 if (ce->num_traits > 0 && ce->traits) { in _destroy_zend_class_traits_info()
223 efree(ce->traits); in _destroy_zend_class_traits_info()
H A Dzend.h521 zend_class_entry **traits; member
H A Dzend_API.h204 class_container.traits = NULL; \
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4442 zend_reflection_class_factory(ce->traits[i], trait TSRMLS_CC); in ZEND_METHOD()
4443 add_assoc_zval_ex(return_value, ce->traits[i]->name, ce->traits[i]->name_length + 1, trait); in ZEND_METHOD()
4464 add_next_index_stringl(return_value, ce->traits[i]->name, ce->traits[i]->name_length, 1); in ZEND_METHOD()
/PHP-5.5/
H A DNEWS544 . Fixed bug #69174 (leaks when unused inner class use traits precedence).
2525 . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
2604 . Fixed bug #62907 (Double free when use traits). (Dmitry)
2683 . Fixed bug #62358 (Segfault when using traits a lot). (Laruence)
2809 . Fixed bug #61998 (Using traits with method aliases appears to result in
3014 . Fixed bug #60911 (Confusing error message when extending traits). (Stefan)
3016 . Fixed bug #60717 (Order of traits in use statement can cause a fatal

Completed in 54 milliseconds

123