Home
last modified time | relevance | path

Searched refs:trait (Results 76 – 100 of 231) sorted by relevance

12345678910

/PHP-7.3/Zend/tests/traits/bugs/
H A Doverridding-conflicting-methods.phpt7 trait THello1 {
13 trait THello2 {
H A Dabstract-methods05.phpt7 trait THelloB {
13 trait THelloA {
H A Dabstract-methods06.phpt7 trait THelloB {
13 trait THelloA {
H A Dabstract-methods04.phpt8 trait THello {
12 trait THelloImpl {
/PHP-7.3/Zend/tests/traits/
H A Dconflict002.phpt7 trait HelloWorld {
13 trait HelloWorld2 {
H A Dbug64070.phpt5 trait first_trait
13 trait second_trait
H A Dproperty002.phpt6 trait THello1 {
10 trait THello2 {
H A Dbug60369.phpt2 Bug #60369 (Crash with static property in trait)
6 trait PropertiesTrait {
H A Derror_012.phpt2 Trying to access a protected trait method
6 trait foo {
H A Dlanguage004.phpt7 trait Hello {
13 trait World {
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
6 trait foo {
H A Dlanguage006.phpt2 Express requirements of a trait by abstract methods.
7 trait Hello {
H A Dlanguage013.phpt2 …cs work like expected for language-based copy'n'paste. No link between methods from the same trait.
7 trait Counter {
H A Dmethods_001.phpt2 Testing magic method on trait
6 trait foo {
H A Dbug60717.phpt15 trait TextUTF8
20 trait TextArea
27 trait HTMLAttributes
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
6 trait ATrait
H A Dbug60217b.phpt6 trait TBroken1 {
10 trait TBroken2 {
H A Dflattening001.phpt7 trait T1 {
13 trait T2 {
H A Dbug64235.phpt15 trait TestTrait
34 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
H A Dbug64235b.phpt15 trait TestTrait
35 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
/PHP-7.3/Zend/tests/
H A Dbug71275.phpt2 Bug #71275 (Bad method called on cloning an object having a trait)
6 trait MyTrait {
H A Dbug74269.phpt2 Bug #74269: It's possible to override trait property with different loosely-equal value
5 trait PropertiesTrait
H A Dbug75079.phpt2 Bug #75079: self keyword leads to incorrectly generated TypeError when in closure in trait
6 trait Foo
H A Dbug70156.phpt5 trait T1 {
12 trait T2 {
H A Dbug77291.phpt2 Bug #77291 (magic methods inherited from a trait may be ignored)
6 trait AccessibleProperties

Completed in 27 milliseconds

12345678910