summaryrefslogtreecommitdiff
path: root/Zend/tests/bug46665_autoload.inc
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-12-11 10:58:14 +0000
committerAntony Dovgal <tony2001@php.net>2008-12-11 10:58:14 +0000
commit2cadc421ae54ab87031f52a0f00554cc3c06fa9f (patch)
treea2959f060989bc284f6ad6389a4623a9ac3d705a /Zend/tests/bug46665_autoload.inc
parent8496060286b191281718da06de2661fa337e84ea (diff)
downloadphp-git-2cadc421ae54ab87031f52a0f00554cc3c06fa9f.tar.gz
rename .php to .inc
all .php files are deleted on `make clean`
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 {
+}