summaryrefslogtreecommitdiff
path: root/Zend/tests/objects_012.phpt
blob: dd5f149c42ffe301c04279f60f1ebf78f2570b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
implementing a class
--FILE--
<?php

class foo {
}

interface bar extends foo {
}

echo "Done\n";
?>
--EXPECTF--
Fatal error: bar cannot implement foo - it is not an interface in %s on line %d