Home
last modified time | relevance | path

Searched refs:trait (Results 101 – 125 of 353) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/traits/
H A Dbug60217a.phpt6 trait T1 {
10 trait T2 {
H A Dbug65576b.phpt2 Bug #65576 (Constructor from trait conflicts with inherited constructor)
6 trait T
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
6 trait A {
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
6 trait A {
H A Derror_013.phpt6 trait foo {
19 Fatal error: Cannot use "static" as method modifier in trait alias in %s on line %d
H A Dconstant_021.phpt2 Doc comments can be retrieved from trait constants
6 trait TestTrait {
H A Dabstract_method_7.phpt2 Abstract private trait method forwarded as abstract protected method
6 trait T {
H A Dabstract_method_5.phpt2 Staticness enforcement on abstract trait methods
6 trait T {
H A Dconflict002.phpt7 trait HelloWorld {
13 trait HelloWorld2 {
H A Dabstract_method_6.phpt2 Abstract private trait method not implemented
6 trait T {
H A Dconstant_016.phpt2 Compatibility of values of same name trait constants is checked after their constant expressions ar…
15 trait TestTrait {
H A Dproperty002.phpt6 trait THello1 {
10 trait THello2 {
H A Dbug64070.phpt5 trait first_trait
13 trait second_trait
H A Dabstract_method_10.phpt2 Abstract method in trait using "self" (invalid)
6 trait T {
H A Dbug60369.phpt2 Bug #60369 (Crash with static property in trait)
6 trait PropertiesTrait {
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189_3.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with protec…
10 trait T {
H A D018.phpt2 #[\Override]: Redeclared trait method with interface.
10 trait T {
/PHP-8.3/Zend/tests/readonly_classes/
H A Dgh9285_error.phpt6 trait T {
16 Fatal error: Readonly class C cannot use trait with a non-readonly property T::$prop in %s on line …
/PHP-8.3/ext/reflection/tests/
H A Dtraits002.phpt9 trait bar {
37 Trait [ <user> trait bar ] {
/PHP-8.3/Zend/tests/grammar/
H A Dsemi_reserved_010.phpt6 trait TraitA
11 trait TraitB
/PHP-8.3/Zend/tests/
H A Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
9 trait TraitY {
H A Dbug70156.phpt5 trait T1 {
12 trait T2 {
H A Dbug71275.phpt2 Bug #71275 (Bad method called on cloning an object having a trait)
6 trait MyTrait {
H A Dstatic_variable_in_private_trait_method.phpt2 Behavior of static variable in private trait method
6 trait T {
/PHP-8.3/Zend/tests/traits/bugs/
H A Doverridding-conflicting-methods.phpt7 trait THello1 {
13 trait THello2 {

Completed in 27 milliseconds

12345678910>>...15