summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_067.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_067.inc')
-rw-r--r--Zend/tests/ns_067.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/tests/ns_067.inc b/Zend/tests/ns_067.inc
new file mode 100644
index 0000000..c3c14b1
--- /dev/null
+++ b/Zend/tests/ns_067.inc
@@ -0,0 +1,3 @@
+<?php
+use Foo\Bar\Foo as Test;
+new Test();