Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 702) sorted by path

12345678910>>...29

/PHP-5.5/Zend/tests/
H A Dobjects_003.phpt2 method overloading with different method signature
H A Dobjects_004.phpt2 method overloading with different method signature
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
H A Dobjects_008.phpt2 method overloading with different method signature
H A Dobjects_009.phpt2 method overloading with different method signature
H A Dobjects_025.phpt2 Testing invalid method names with __call and __callstatic
H A Dobjects_027.phpt2 Testing 'new static;' calling parent method
30 Strict Standards: Non-static method foo::test() should not be called statically in %s on line %d
32 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
38 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
40 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
/PHP-5.5/Zend/tests/traits/
H A Dbug54441.phpt2 Bug #54441 (Changing trait static method visibility)
H A Dbug55137.phpt2 Bug #55137 (Changing trait static method visibility)
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
H A Dbug55554e.phpt30 Fatal error: Trait method ReportCollision has not been applied, because there are collisions with o…
H A Dbug60153.phpt2 Bug #60153 (Interface method prototypes not enforced when implementd via traits.)
H A Dbug60165a.phpt17 Fatal error: An alias (barA) was defined for method nonExistent(), but this method does not exist i…
H A Dbug60165b.phpt17 Fatal error: An alias was defined for A::nonExistent but this method does not exist in %s on line %d
H A Dbug60165c.phpt22 Fatal error: An alias (foobar) was defined for method baz(), but this method does not exist in %s o…
H A Dbug60165d.phpt21 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
H A Dbug60217a.phpt2 Bug #60217 (Requiring the same method from different traits.)
H A Dbug60217b.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Dbug60217c.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)
H A Dbug61052.phpt18 Fatal error: Inconsistent insteadof definition. The method foo is to be used from T1, but T1 is als…
H A Dbug61998.phpt2 Bug #61998 (Using traits with method aliases appears to result in crash during execution)
H A Dbug64235.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 insteadof TestTrait;

Completed in 27 milliseconds

12345678910>>...29