Home
last modified time | relevance | path

Searched refs:trait (Results 151 – 175 of 353) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt7 trait THelloB {
13 trait THelloA {
H A Dabstract-methods04.phpt8 trait THello {
12 trait THelloImpl {
/PHP-8.3/Zend/tests/traits/
H A Dconstant_019.phpt2 Flattened trait constants are retrieved as members of the composing class via Reflection
6 trait TestTrait {
H A Dflattening001.phpt7 trait T1 {
13 trait T2 {
H A Dbug60217b.phpt6 trait TBroken1 {
10 trait TBroken2 {
H A Dbug64235b.phpt15 trait TestTrait
35 Fatal error: Class TestParentClass is not a trait, Only traits may be used in 'as' and 'insteadof' …
H A Dconflict003.phpt7 trait A {
16 trait B {
H A Dlanguage005.phpt7 trait A {
16 trait B {
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 Dlanguage010.phpt7 trait Hello {
13 trait World {
H A Dlanguage011.phpt7 trait Hello {
13 trait World {
H A Dlanguage014.phpt7 trait Hello {
13 trait World {
H A Dbug60217c.phpt6 trait TBroken1 {
10 trait TBroken2 {
H A Dproperty004.phpt6 trait THello1 {
10 trait THello2 {
H A Dproperty003.phpt6 trait THello1 {
10 trait THello2 {
H A Dconstant_008.phpt6 trait Trait1 {
10 trait Trait2 {
/PHP-8.3/Zend/tests/
H A Dbug77291.phpt2 Bug #77291 (magic methods inherited from a trait may be ignored)
6 trait AccessibleProperties
H A Dbug69084.phpt2 Bug #69084: Unclear error message when not implementing a renamed abstract trait function
6 trait Foo {
H A Dbug64239_2.phpt17 trait T1 {
23 trait T2 {
H A Dbug62069.phpt6 trait T1 {
12 trait T2 {
/PHP-8.3/ext/reflection/tests/
H A Dbug63399.phpt5 trait Trait1 {
10 trait Trait2 {
H A Dtraits004.phpt5 trait T1 { }
6 trait T2 { }
H A Dtraits001.phpt5 trait Foo {
26 Trait [ <user> trait Foo ] {
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189.phpt2 #[Override] attribute in trait does not check for parent class implementations
14 trait T {
/PHP-8.3/Zend/tests/type_declarations/
H A Dstatic_type_trait.phpt2 static type in trait
6 trait T {

Completed in 20 milliseconds

12345678910>>...15