Home
last modified time | relevance | path

Searched refs:trait (Results 51 – 75 of 231) sorted by relevance

12345678910

/PHP-7.3/Zend/tests/traits/
H A Derror_006.phpt2 Trying to use an abstract class as trait
15 Fatal error: A cannot use abc - it is not a trait in %s on line %d
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 Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
6 trait foo {
H A Dbug75607a.phpt6 trait T1
11 trait T2
H A Dlanguage002.phpt7 trait Hello {
13 trait World {
H A Dbug55137.phpt2 Bug #55137 (Changing trait static method visibility)
6 trait A {
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 {
/PHP-7.3/Zend/tests/
H A Dbug70958.phpt2 Bug #70958 (Invalid opcode while using ::class as trait method parameter default value)
5 trait Foo
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 {}
H A Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
9 trait TraitY {
/PHP-7.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
H A Dsemi_reserved_010.phpt6 trait TraitA
11 trait TraitB
/PHP-7.3/Zend/tests/traits/bugs/
H A Dabstract-methods02.phpt7 trait THello {
11 trait THelloImpl {
H A Dinterfaces.phpt2 Make sure trait does not implement an interface.
11 trait THello implements MyInterface {
/PHP-7.3/ext/standard/tests/class_object/
H A Dtrait_class_exists_variation_003.phpt6 * Description: Checks if the trait exists
11 trait caseSensitivityTest {}
/PHP-7.3/ext/reflection/tests/
H A Dtraits002.phpt9 trait bar {
37 Trait [ <user> trait bar ] {

Completed in 29 milliseconds

12345678910