summaryrefslogtreecommitdiff
path: root/Zend/tests/bug30519.phpt
blob: f633d11445327a27327b5786943a4311103efe38 (plain)
1
2
3
4
5
6
7
8
9
--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