Result Size:
625 x 571
tryphp_inheritance5.php:
<!DOCTYPE html> <html> <body> <?php final class Fruit { } class Strawberry extends Fruit { } ?> </body> </html>
PHP Fatal error: Class Strawberry may not inherit from final class (Fruit) in /home/o6MTL0/prog.php on line 10