summaryrefslogtreecommitdiff
path: root/Zend/tests/inter_06.phpt
blob: aba8ba4fb49766424908b28547f0db51fad94a5f (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Trying use name of an internal class as interface name
--FILE--
<?php

interface stdClass { }

?>
--EXPECTF--
Fatal error: Cannot declare interface stdClass, because the name is already in use in %s on line %d