获取您自己的 PHP 服务器 Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
final class Fruit {
}
class Strawberry extends Fruit {
}
?>
 
</body>
</html>
PHP 致命错误:类 Strawberry 不能继承自最终类 (Fruit) 在 /home/o6MTL0/prog.php 的第 10 行