1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/Zend/tests/weakrefs/weakrefs_004.phpt
T
2019-03-12 00:35:35 +01:00

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