FooBar.php in Zircon Profile 8
Same filename in this branch
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced2/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/fallback/Namespaced/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/fallback/Pearlike/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
- 8 vendor/symfony/class-loader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php
Same filename and directory in other branches
Namespace
Apc\NamespacedFile
vendor/symfony/class-loader/Tests/Fixtures/Apc/Namespaced/FooBar.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 FooBar {
public static $loaded = true;
}