1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--TEST-- Testing creation of alias using an existing interface name --FILE-- <?php class foo { } interface test { } class_alias('foo', 'test'); ?> --EXPECTF-- Warning: Cannot redeclare class test in %s on line %d