summaryrefslogtreecommitdiff
path: root/tests/classes/interface_method.phpt
blob: 491b4c21d6e2b8bbe68d7141aef3766701bd66a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
ZE2 An interface method must be abstract
--FILE--
<?php

interface if_a {
	function err() {}
}

?>
--EXPECTF--
Fatal error: Interface function if_a::err() cannot contain body %s on line %d