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