Home
last modified time | relevance | path

Searched refs:methods (Results 101 – 125 of 286) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/traits/
H A Dinterface_002.phpt24 …ethod and must therefore be declared abstract or implement the remaining methods (baz::abc) in %s …
H A Dlanguage006.phpt2 Express requirements of a trait by abstract methods.
H A Dlanguage009.phpt2 In instead definitions all trait whose methods are meant to be hidden can be listed.
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
H A Derror_011.phpt26 …test has not been applied, because there are collisions with other trait methods on bar in %s on l…
H A Dbug55554e.phpt30 …sion has not been applied, because there are collisions with other trait methods on ReportCollisio…
H A Dbug60217b.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
H A Dlanguage010.phpt30 …orld has not been applied, because there are collisions with other trait methods on MyClass in %s …
H A Dlanguage011.phpt30 …ello has not been applied, because there are collisions with other trait methods on MyClass in %s …
/PHP-5.5/tests/classes/
H A Dabstract_not_declared.phpt15 …ethod and must therefore be declared abstract or implement the remaining methods (fail::show) in %…
H A Dabstract_derived.phpt20 …ethod and must therefore be declared abstract or implement the remaining methods (derived::show) i…
H A Ddereferencing_001.phpt2 ZE2 dereferencing of objects from methods
H A Dabstract_by_interface_001.phpt33 …ethod and must therefore be declared abstract or implement the remaining methods (MyInterface::MyI…
H A Dabstract_redeclare.phpt22 …ethod and must therefore be declared abstract or implement the remaining methods (fail::show) in %…
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_get-1-win32.phpt20 … the date_default_timezone_set() function. In case you used any of those methods and you are still…
23 … the date_default_timezone_set() function. In case you used any of those methods and you are still…
/PHP-5.5/Zend/tests/
H A Dbug46381.phpt2 Bug #46381 (wrong $this passed to internal methods causes segfault)
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
H A Dlsb_016.phpt2 ZE2 Late Static Binding within hooks/magic methods
H A Dns_064.phpt2 Magic methods in overrided stdClass inside namespace
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
H A Dcase-sensitive.phpt23 …d M1 has not been applied, because there are collisions with other trait methods on MyClass in %s …
H A Dabstract-methods04.phpt2 Abstract Trait Methods should behave like common abstract methods and
H A Dalias01.phpt2 Aliases are applied to the correct methods, and only to them.
/PHP-5.5/scripts/dev/
H A Dfind_tested.php146 $methods = $reflectionClass->getMethods();
147 foreach ($methods as $method) {

Completed in 24 milliseconds

12345678910>>...12