Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-8.3/Zend/tests/
H A Dbug55825.phpt2 Bug #55825 (Missing initial value of static locals in trait methods)
5 trait T1 {
H A Dbug62892.phpt2 Bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)
6 trait myTrait {
H A Dclass_uses_static.phpt2 Class cannot use static as a trait, as it is reserved
12 Fatal error: Cannot use 'static' as trait name, as it is reserved in %s on line %d
H A Dbug70958.phpt2 Bug #70958 (Invalid opcode while using ::class as trait method parameter default value)
5 trait Foo
H A Dgh12468_2.phpt2 GH-12468: Double-free of doc_comment when overriding static property via trait
5 trait T {
H A Dbug65579.phpt5 trait ParentTrait {
9 trait ChildTrait {
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
12 trait d {}
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
12 trait d {}
/PHP-8.3/Zend/tests/traits/
H A Dbug74922.phpt8 trait Foo {public $var = VALUE;}
9 trait Bar {public $var = VALUE;}
H A Dbug74922a.phpt8 trait Foo {public $var = VALUE;}
9 trait Bar {public $var = true;}
H A Dbug74922c.phpt6 trait T {
9 trait T2 {
H A Dbug65576a.phpt2 Bug #65576 (Constructor from trait conflicts with inherited constructor)
6 trait T
H A Dlanguage003.phpt7 trait Hello {
13 trait World {
H A Dabstract_method_2.phpt6 trait T1 {
9 trait T2 {
H A Dabstract_method_4.phpt2 Visibility enforcement on abstract trait methods
6 trait T {
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
6 trait foo {
H A Dlanguage002.phpt7 trait Hello {
13 trait World {
H A Dbug75607a.phpt6 trait T1
11 trait T2
H A Dbug55137.phpt2 Bug #55137 (Changing trait static method visibility)
6 trait A {
/PHP-8.3/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt2 Test semi-reserved method and constant names and trait conflict resolution
6 trait TraitA
12 trait TraitB
21 trait TraitC
/PHP-8.3/Zend/tests/traits/bugs/
H A Dinterfaces.phpt2 Make sure trait does not implement an interface.
11 trait THello implements MyInterface {
H A Dabstract-methods02.phpt7 trait THello {
11 trait THelloImpl {
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189_5.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with abstra…
10 trait T {
H A D008.phpt2 #[\Override]: On used trait without parent method.
6 trait T {
H A D017.phpt2 #[\Override]: Redeclared trait method.
6 trait T {

Completed in 29 milliseconds

12345678910>>...15