Home
last modified time | relevance | path

Searched refs:trait (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/
H A Dstatic_in_trait_insteadof_reference.phpt2 Cannot use static in trait insteadof method reference
6 trait SomeTrait {
18 Fatal error: Cannot use 'static' as trait name, as it is reserved in %s on line %d
H A Dbug63219.phpt2 Bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion)
5 trait TFoo {
18 Fatal error: Could not find trait Typo in %sbug63219.php on line %d
H A Dstringable_trait.phpt2 Bug #81582: Stringable not implicitly declared if __toString() came from a trait
6 trait T {
11 trait T2 {
H A Dbug55086.phpt2 Bug #55086 (Namespace alias does not work inside trait's use block)
7 trait T1 {
11 trait T2 {
H A Dgh14480.phpt5 trait PropertyHelperTrait
13 trait OrmPropertyHelperTrait
23 trait SearchFilterTrait
/PHP-8.3/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
6 trait foo { }
12 Fatal error: Uncaught Error: Cannot instantiate trait foo in %s:%d
H A Dbug76700.phpt2 Bug #76700 (false-positive "Error: Call to protected method" when using trait aliases)
5 trait T1
10 trait T2
H A Dbug54441.phpt2 Bug #54441 (Changing trait static method visibility)
6 trait Foo {
19 Fatal error: The modifiers of the trait method dontKnow() are changed, but this method does not exi…
H A Dconstant_018.phpt2 Referencing trait constants directly on calling \constant() causes a fatal error
6 trait TestTrait {
13 Fatal error: Uncaught Error: Cannot access trait constant TestTrait::Constant directly in %s:%d
H A Dlanguage015.phpt2 Invalid conflict resolution (unused trait as lhs of "insteadof")
5 trait T1 {
8 trait T2 {
H A Dlanguage016.phpt2 Invalid conflict resolution (unused trait as rhs of "insteadof")
5 trait T1 {
8 trait T2 {
H A Derror_001.phpt6 trait foo {
12 trait foo2 {
28 Fatal error: Class A cannot extend trait foo in %s on line %d
H A Dlanguage017.phpt2 Invalid conflict resolution (unused trait as lhs of "as")
5 trait T1 {
8 trait T2 {
H A Dtrait_constant_001.phpt2 __TRAIT__: Basics, a constant denoting the trait of definition.
6 trait TestTrait {
20 trait TestTraitIndirect {
H A Dbug60165c.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
6 trait A {
10 trait B {
H A Dconstant_014.phpt2 Cannot override a final trait constant in a class derived from the class that uses the trait
6 trait TestTrait {
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
8 trait A {}
10 trait B {
H A Dbug61052.phpt2 Bug #61052 (missing error check in trait 'insteadof' clause)
5 trait T1 {
8 trait T2 {
H A Dbug55214.phpt2 Bug #55214 (Use of __CLASS__ within trait returns trait name not class name)
6 trait ATrait {
27 trait Indirect {
H A Dproperty001.phpt2 "Potentially" conflicting trait properties do not result in a strict standards notice anymore
7 trait THello1 {
11 trait THello2 {
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
7 trait foo {
11 trait baz {
/PHP-8.3/ext/reflection/tests/
H A Dbug69180.phpt2 Bug #69180: Reflection does not honor trait conflict resolution / method aliasing
6 trait T1
13 trait T2
/PHP-8.3/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc3 trait T1 {
11 trait T2 {}
21 trait T3 {
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_trait_mismatch.phpt2 Readonly mismatch of imported trait properties
6 trait T1 {
9 trait T2 {
/PHP-8.3/Zend/tests/attributes/override/
H A D007.phpt2 #[\Override]: On trait.
6 trait T {

Completed in 20 milliseconds

12345678910>>...15