blob: 7d70cba071752cea5ecfe77afdea1b7ca7175caa (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
Bug #30519 (Interface not existing says Class not found)
--FILE--
<?php
class test implements a {
}
?>
--EXPECTF--
Fatal error: Interface 'a' not found in %sbug30519.php on line 2
|