Annotation of embedaddon/php/Zend/tests/inter_06.phpt, revision 1.1.1.1
1.1 misho 1: --TEST--
2: Trying use name of an internal class as interface name
3: --FILE--
4: <?php
5:
6: interface stdClass { }
7:
8: ?>
9: --EXPECTF--
10: Fatal error: Cannot redeclare class stdClass in %s on line %d