- Output for 7.4.0
- Fatal error: Class Dog contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Animal::talk) in /in/PpmWd on line 43
Process exited with code 255. - Output for 7.1.26 - 7.1.33, 7.2.17 - 7.2.25, 7.3.0 - 7.3.12
- Warning: Declaration of Dog::eat(Food $food) should be compatible with Animal::eat(AnimalFood $food) in /in/PpmWd on line 43
Fatal error: Class Dog contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Animal::talk) in /in/PpmWd on line 43
Process exited with code 255.