php-src/Zend/tests/objects_012.phpt

16 lines
202 B
Plaintext
Raw Normal View History

--TEST--
implementing a class
--FILE--
<?php
class foo {
}
interface bar extends foo {
}
echo "Done\n";
?>
2018-09-16 17:16:42 +00:00
--EXPECTF--
Fatal error: bar cannot implement foo - it is not an interface in %s on line %d