3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class BaseCls{ protected abstract function getName(); } class ChildCls extends BaseCls{ }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.25
Fatal error: Class ChildCls contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (BaseCls::getName) in /in/Sc2eL on line 7
Process exited with code 255.

preferences:
193.7 ms | 1395 KiB | 62 Q