summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_final.phpt
blob: a896b4e6c4e8f803564cd76230c6ea48e5dcc11f (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Check that IMAPConnection is declared final
--SKIPIF--
<?php
extension_loaded('imap') or die('skip imap extension not available in this build');
--FILE--
<?php

class T extends IMAPConnection {}
--EXPECTF--
Fatal error: Class T may not inherit from final class (IMAPConnection) in %s on line %d