Home
last modified time | relevance | path

Searched refs:trait (Results 126 – 150 of 353) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/traits/
H A Derror_012.phpt2 Trying to access a protected trait method
6 trait foo {
H A Dlanguage004.phpt7 trait Hello {
13 trait World {
H A Dconflict001.phpt7 trait THello1 {
13 trait THello2 {
H A Dabstract_method_1.phpt2 Abstract method from trait enforced in class
6 trait T {
H A Dabstract_method_3.phpt2 Private abstract method from trait enforced in class
6 trait T {
H A Dabstract_method_9.phpt2 Abstract method in trait using "self" (delayed obligation)
8 trait T {
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
6 trait foo {
H A Dconstant_020.phpt2 Attributes can be retrieved from trait constants
10 trait TestTrait {
H A Dlanguage006.phpt2 Express requirements of a trait by abstract methods.
7 trait Hello {
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 Dmethods_001.phpt2 Testing magic method on trait
6 trait foo {
H A Dmethods_002.phpt6 trait foo {
12 trait baz {
H A Dbug60717.phpt15 trait TextUTF8
20 trait TextArea
27 trait HTMLAttributes
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
6 trait ATrait
/PHP-8.3/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt7 trait THelloB {
13 trait THelloA {
H A Dgh13177.phpt2 GH-13177 (PHP 8.3.2: final private constructor not allowed when used in trait)
6 trait Bar {
26 trait TraitNonConstructor {
H A Dcase-sensitive.phpt7 trait A {
12 trait B {
/PHP-8.3/ext/opcache/tests/
H A Dgh13712.phpt2 GH-13712 (Segmentation fault for enabled observers when calling trait method of internal trait when…
/PHP-8.3/Zend/tests/
H A Dbug74269.phpt2 Bug #74269: It's possible to override trait property with different loosely-equal value
5 trait PropertiesTrait
H A Dbug75079.phpt2 Bug #75079: self keyword leads to incorrectly generated TypeError when in closure in trait
6 trait Foo
H A Dbug78776.phpt2 Bug #78776: Abstract method implementation from trait does not check "static"
16 trait C
H A Dstatic_variables_traits.phpt2 Behavior of static variables in trait methods
6 trait T {
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189_4.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with __cons…
10 trait T {
H A Dgh12189_2.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with privat…
10 trait T {
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_085.phpt6 trait T1 {
9 trait T2 {

Completed in 22 milliseconds

12345678910>>...15