xref: /PHP-5.5/Zend/tests/bug30519.phpt (revision 610c7fbe)
1--TEST--
2Bug #30519 (Interface not existing says Class not found)
3--FILE--
4<?php
5class test implements a {
6}
7?>
8--EXPECTF--
9Fatal error: Interface 'a' not found in %sbug30519.php on line 2
10
11