File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests / ns_067.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:52 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--TEST--
067: Name ambiguity (import name & internal class name)
--FILE--
<?php
include __DIR__ . '/ns_022.inc';
include __DIR__ . '/ns_027.inc';
include __DIR__ . '/ns_067.inc';
--EXPECT--
Foo\Bar\Foo

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>