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