summaryrefslogtreecommitdiff
path: root/Zend/tests/weakrefs/weakrefs_004.phpt
blob: 35fb3c5b3a4031374e496c7fe23a8481667e4e44 (plain)
1
2
3
4
5
6
7
8
--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