运行 ❯
获取您自己的
PHP
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php final class Fruit { } class Strawberry extends Fruit { } ?> </body> </html>
PHP 致命错误:类 Strawberry 不能继承自最终类 (Fruit) 在 /home/o6MTL0/prog.php 的第 10 行