1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/Zend/tests/bug46665_autoload.inc
Antony Dovgal 2cadc421ae rename .php to .inc
all .php files are deleted on `make clean`
2008-12-11 10:58:14 +00:00

6 lines
40 B
PHP

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