1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/Zend/tests/bug46665_autoload.inc
Antony Dovgal 4df574285a MFH
2008-12-11 10:58:56 +00:00

6 lines
40 B
PHP

<?php
namespace Foo\Bar;
class Baz {
}