summaryrefslogtreecommitdiff
path: root/Zend/tests/bug46665_autoload.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug46665_autoload.inc')
-rw-r--r--Zend/tests/bug46665_autoload.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Zend/tests/bug46665_autoload.inc b/Zend/tests/bug46665_autoload.inc
new file mode 100644
index 0000000000..092b272964
--- /dev/null
+++ b/Zend/tests/bug46665_autoload.inc
@@ -0,0 +1,5 @@
+<?php
+
+namespace Foo\Bar;
+class Baz {
+}