Home
last modified time | relevance | path

Searched refs:method (Results 176 – 200 of 702) sorted by path

12345678910>>...29

/PHP-5.5/Zend/tests/traits/
H A Dbug64235b.phpt2 Bug #64235 (Insteadof not work for class method in 5.4.11)
8 public function method()
10 print_r('Parent method');
17 public function method()
19 print_r('Trait method');
28 TestTrait::method as methodAlias;
29 TestParentClass::method as TestParent;
H A Dconflict001.phpt25 Fatal error: Trait method hello has not been applied, because there are collisions with other trait…
H A Dconflict003.phpt31 Fatal error: Trait method smallTalk has not been applied, because there are collisions with other t…
H A Derror_001.phpt2 Trying to use instanceof for a method twice
H A Derror_010.phpt2 Trying to exclude trait method multiple times
H A Derror_011.phpt26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
H A Derror_012.phpt2 Trying to access a protected trait method
19 Fatal error: Call to protected method bar::test() from context '' in %s on line %d
H A Derror_013.phpt2 Trying to use static as method modifier
19 Fatal error: Cannot use 'static' as method modifier in %s on line %d
H A Derror_014.phpt2 Trying to override final method
23 Fatal error: Cannot override final method baz::test() in %s on line %d
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
H A Dflattening002.phpt2 parent:: works like in a method defined without traits.
H A Dinheritance001.phpt2 Trait method overwridden by a method defined in the class.
H A Dinheritance002.phpt2 Trait method overriddes base class method
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
H A Dinterface_002.phpt24 Fatal error: Class bar contains 1 abstract method and must therefore be declared abstract or implem…
H A Dlanguage001.phpt2 Single Trait with simple trait method
H A Dlanguage004.phpt2 Use instead to solve a conflict and as to access the method.
H A Dlanguage005.phpt2 Use instead to solve a conflict and as to access the method.
H A Dlanguage008a.phpt23 Fatal error: Call to protected method MyClass::sayHello() from context '' in %s on line %d
H A Dlanguage008b.phpt30 Fatal error: Call to private method MyClass::sayHelloWorld() from context '' in %s on line %d
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt19 Fatal error: Class %s contains %d abstract method and must therefore be declared abstract or implem…
H A Dalias-semantics.phpt2 … alias operation is to provide an additional identifier for the method body of the original method.
H A Dalias-semantics02.phpt3 method body of the original method.
4 It should also work incase the method is fully qualified.
H A Dalias01.phpt26 Fatal error: Call to undefined method C1::a2() in %s on line %d
H A Dcase-sensitive.phpt23 Fatal error: Trait method M1 has not been applied, because there are collisions with other trait me…

Completed in 30 milliseconds

12345678910>>...29