
| Path : /proc/thread-self/root/usr/src/php/tests/classes/ |
| Current File : //proc/thread-self/root/usr/src/php/tests/classes/interface_method.phpt |
--TEST--
ZE2 An interface method must be abstract
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--
<?php
interface if_a {
function err() {};
}
?>
--EXPECTF--
Fatal error: Interface function if_a::err() cannot contain body %s on line %d