xref: /PHP-7.4/Zend/tests/bug30519.phpt (revision 4b9ebd83)
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: Uncaught Error: Interface 'a' not found in %s:%d
10Stack trace:
11#0 {main}
12  thrown in %s on line %d
13