summaryrefslogtreecommitdiff
path: root/Zend/tests/bug30519.phpt
blob: c449bfdfb36750329381d9b9f3b365e6b1ea4500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #30519 (Interface not existing says Class not found)
--FILE--
<?php
class test implements a {
}
?>
--EXPECTF--
Fatal error: Uncaught Error: Interface "a" not found in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d