Home
last modified time | relevance | path

Searched refs:trait (Results 51 – 75 of 239) sorted by last modified time

12345678910

/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_085.phpt6 trait T1 {
9 trait T2 {
/PHP-7.4/Zend/tests/traits/
H A Dlanguage005.phpt7 trait A {
16 trait B {
H A Dlanguage008a.phpt7 trait HelloWorld {
H A Dlanguage008b.phpt7 trait HelloWorld {
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.
7 trait A {
13 trait B {
19 trait C {
H A Dlanguage011.phpt7 trait Hello {
13 trait World {
30 …od sayHello has not been applied, because there are collisions with other trait methods on MyClass…
H A Dlanguage013.phpt2 …cs work like expected for language-based copy'n'paste. No link between methods from the same trait.
7 trait Counter {
H A Dlanguage014.phpt7 trait Hello {
13 trait World {
30 Fatal error: Trait method hello has not been applied, because there are collisions with other trait
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 Dlanguage017.phpt2 Invalid conflict resolution (unused trait as lhs of "as")
5 trait T1 {
8 trait T2 {
H A Dlanguage018.phpt5 trait T1 {
H A Dlanguage019.phpt5 trait T1 {
H A Dmethods_001.phpt2 Testing magic method on trait
6 trait foo {
H A Dmethods_002.phpt6 trait foo {
12 trait baz {
28 …hod __clone has not been applied, because there are collisions with other trait methods on bar in …
H A Dproperty002.phpt6 trait THello1 {
10 trait THello2 {
H A Dproperty003.phpt6 trait THello1 {
10 trait THello2 {
H A Dproperty004.phpt6 trait THello1 {
10 trait THello2 {
H A Dproperty005.phpt10 trait THello1 {
H A Dproperty006.phpt10 trait THello1 {
14 // Now we use the trait, which happens to introduce another private variable
H A Dproperty007.phpt10 trait THello1 {
H A Dproperty008.phpt17 trait AHelloProperty {
H A Dproperty009.phpt17 trait AHelloProperty {
H A Dstatic_001.phpt8 trait TestTrait {
H A Dstatic_forward_static_call.phpt8 trait TestTrait {

Completed in 28 milliseconds

12345678910