1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/Zend/tests/name_collision_06.phpt

12 lines
197 B
PHP

--TEST--
Object naming collision error: trait/trait
--FILE--
<?php
trait A { }
trait A { }
?>
--EXPECTF--
Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d