xref: /PHP-7.1/Zend/tests/bug30519.phpt (revision 113213f0)
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