mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
9 lines
194 B
PHP
9 lines
194 B
PHP
--TEST--
|
|
WeakReference no inheritance
|
|
--FILE--
|
|
<?php
|
|
class Test extends WeakReference {}
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Class Test may not inherit from final class (WeakReference) in %s on line %d
|