Baz.php in Zircon Profile 8
Same filename in this branch
- 8 vendor/symfony/class-loader/Tests/Fixtures/Pearlike2/Baz.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Namespaced2/Baz.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Namespaced/Baz.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Pearlike/Baz.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/Baz.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/Pearlike/Baz.php
Same filename and directory in other branches
Namespace
Apc\NamespacedFile
vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/Baz.phpView source
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Apc\Namespaced;
class Baz {
public static $loaded = true;
}