Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/spl/tests/
H A Dclass_uses_basic.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_variation2.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_variation1.phpt6 * Description: Return all traits used by a class
/PHP-5.5/Zend/tests/traits/
H A Dbug55554f.phpt29 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…
H A Dbug55554g.phpt29 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…
H A Dbug60217b.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Dbug64235.phpt34 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
H A Dbug64235b.phpt35 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
H A Dbug60217c.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Dbug55554b.phpt55 Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line…
H A Dbug55554c.phpt8 // Here, the traits conflicts are overridden by local definitions,
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)
H A Dbug61998.phpt2 Bug #61998 (Using traits with method aliases appears to result in crash during execution)
H A Dproperty005.phpt37 …ompatible, to improve maintainability consider using accessor methods in traits instead. Class was…
H A Dproperty006.phpt36 …ompatible, to improve maintainability consider using accessor methods in traits instead. Class was…
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods04.phpt3 implementstion may be provided by other traits. Sorting order shouldn't influence result.
/PHP-5.5/Zend/tests/
H A Dbug62358.phpt2 Bug #62358 (Segfault when using traits a lot)
H A Dbug53748.phpt2 Bug #53748 (Using traits lead to a segmentation fault)
H A Dbug60536_002.phpt37 …ompatible, to improve maintainability consider using accessor methods in traits instead. Class was…
H A Dbug60536_004.phpt36 …ompatible, to improve maintainability consider using accessor methods in traits instead. Class was…
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_traits_error_001.phpt6 * Description: Returns an array of all declared traits.
H A Dget_declared_traits_basic_001.phpt6 * Description: Returns an array of all declared traits.
/PHP-5.5/ext/spl/
H A Dspl_functions.c112 spl_add_class_name(list, pce->traits[num_traits], allow, ce_flags TSRMLS_CC); in spl_add_traits()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c516 if (ce->num_traits && ce->traits) {
517 efree(ce->traits);
519 ce->traits = NULL;
/PHP-5.5/Zend/
H A Dzend_compile.c3806 if (ce->traits[i] == NULL) { in zend_do_implement_trait()
3807 memmove(ce->traits + i, ce->traits + i + 1, sizeof(zend_class_entry*) * (--ce->num_traits - i)); in zend_do_implement_trait()
3809 } else if (ce->traits[i] == trait) { in zend_do_implement_trait()
3818 …ce->traits = (zend_class_entry **) realloc(ce->traits, sizeof(zend_class_entry *) * (++current_tra… in zend_do_implement_trait()
3820 …ce->traits = (zend_class_entry **) erealloc(ce->traits, sizeof(zend_class_entry *) * (++current_tr… in zend_do_implement_trait()
3823 ce->traits[ce->num_traits++] = trait; in zend_do_implement_trait()
4066 if (ce->traits[i] == trait) { in zend_check_trait_usage()
4259 return ce->traits[i]; in find_first_definition()
4291 zend_hash_move_forward(&ce->traits[i]->properties_info)) { in zend_do_traits_property_binding()
5139 ce->traits = NULL; in zend_do_end_class_declaration()
[all …]

Completed in 57 milliseconds

123