summaryrefslogtreecommitdiff
path: root/tests/classes/interface_method_final.phpt
blob: 74c86f1e504d8d1d5f2436627d97cff84d786e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
ZE2 An interface method cannot be final
--FILE--
<?php

class if_a {
	abstract final function err();
}

?>
--EXPECTF--

Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d