Home
last modified time | relevance | path

Searched refs:abstract (Results 26 – 50 of 164) sorted by path

1234567

/PHP-5.5/Zend/tests/
H A Dbug63111.phpt2 Bug #63111 (is_callable() lies for abstract static method)
5 abstract class Foo {
6 abstract static function bar();
11 abstract class Bar {
26 Strict Standards: Static function Foo::bar() should not be abstract in %sbug63111.php on line 3
35 Fatal error: Cannot call abstract method Foo::bar() in %sbug63111.php on line 20
H A Dbug64988.phpt5 abstract class Base1 {
H A Dbug66286.phpt6 abstract class first {
H A Dcall_user_func_001.phpt11 abstract class bar {
H A Dclass_alias_008.phpt2 Testing class_alias() with abstract class using an arbitrary class name as alias
6 abstract class foo { }
16 Fatal error: Cannot instantiate abstract class foo in %s on line %d
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
8 abstract class b { }
H A Dconstructor_args.phpt8 abstract class bar implements foobar {
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
6 abstract class test {
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
H A Derrmsg_002.phpt6 abstract class test {
7 abstract private function foo() {
H A Derrmsg_018.phpt2 errmsg: static abstract function
7 static abstract function foo ();
13 Strict Standards: Static function test::foo() should not be abstract in %s on line %d
15 Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or imple…
H A Derrmsg_037.phpt2 errmsg: properties cannot be abstract
7 abstract $var = 1;
13 Fatal error: Properties cannot be declared abstract in %s on line %d
H A Dget_class_methods_001.phpt6 abstract class A {
H A Dget_parent_class_001.phpt10 abstract class bar implements ITest {
H A Dinter_007.phpt2 Trying inherit abstract function twice
H A Dlsb_018.phpt5 abstract class Singleton
H A Dmagic_methods_007.phpt2 Testing __set() declaration in abstract class with wrong modifier
6 abstract class b {
7 abstract protected function __set($a);
H A Dmagic_methods_008.phpt6 abstract class b {
7 abstract function __set($a, $b);
H A Dtrait_exists_003.phpt2 Checking trait_exists(): interface, trait, abstract and final class
8 abstract class b { }
/PHP-5.5/Zend/tests/traits/
H A Dbug55355.phpt6 // A trait that has a abstract function
11 abstract function foo();
H A Dbug55424.phpt2 Bug #55424 (Method got missing from class when a trait defined an abstract method to express a requ…
13 abstract function setAttribute();
H A Dbug60217a.phpt7 public abstract function foo();
11 public abstract function foo();
H A Dbug60217b.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
7 public abstract function foo($a);
11 public abstract function foo($a, $b = 0);
H A Dbug60217c.phpt2 Bug #60217 (Requiring the same method from different traits and abstract methods have to be compati…
7 public abstract function foo($a, $b = 0);
11 public abstract function foo($a);
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)
23 abstract function attributes(array $attributes = null);
24 abstract function text($text);
30 abstract function text($text);
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt2 Abstract Trait Methods should behave like common abstract methods.
8 public abstract function hello();
19 Fatal error: Class %s contains %d abstract method and must therefore be declared abstract or implem…

Completed in 26 milliseconds

1234567