mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

Second pass through `Zend/tests/bug*` to organize the tests. Move tests to existing sub directories, and create some new sub directories: * `ArrayAccess` * `autoload` * `clone` * `serialize` (also covers `unserialize()`) * `switch` Work towards GH-15631
5 lines
40 B
PHP
5 lines
40 B
PHP
<?php
|
|
|
|
namespace Foo\Bar;
|
|
class Baz {
|
|
}
|