class A in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/yaml/Tests/DumperTest.php \Symfony\Component\Yaml\Tests\A
- 8 vendor/phpunit/php-token-stream/tests/_fixture/source5.php \a
- 8 vendor/phpunit/php-token-stream/tests/_fixture/source2.php \A
- 8 vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/A.php \ClassesWithParents\A
- 8 vendor/symfony/class-loader/Tests/Fixtures/classmap/sameNsMultipleClasses.php \Foo\Bar\A
- 8 vendor/symfony/class-loader/Tests/Fixtures/classmap/multipleNs.php \Alpha\A
Same name and namespace in other branches
- 8.0 vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/A.php \ClassesWithParents\A
Hierarchy
- class \ClassesWithParents\B implements CInterface
- class \ClassesWithParents\A
46 string references to 'A'
- AnnotationLoaderTest::testLoadClassMetadata in vendor/
symfony/ validator/ Tests/ Mapping/ Loader/ AnnotationLoaderTest.php - AnnotationLoaderTest::testLoadClassMetadataAndMerge in vendor/
symfony/ validator/ Tests/ Mapping/ Loader/ AnnotationLoaderTest.php - Test MetaData merge with parent annotation.
- ArrayCollectionTest::testContainsKey in vendor/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ ArrayCollectionTest.php - ArrayCollectionTest::testExists in vendor/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ ArrayCollectionTest.php - ArrayCollectionTest::testGet in vendor/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ ArrayCollectionTest.php
File
- vendor/
symfony/ class-loader/ Tests/ Fixtures/ ClassesWithParents/ A.php, line 5
Namespace
ClassesWithParentsView source
class A extends B {
}