You are here

interface b in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source4.php \b

Hierarchy

  • interface \b extends \a

Expanded class hierarchy of b

All classes that implement b

211 string references to 'b'
AbstractOperationTest::testGetMergedDomains in vendor/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
AnalyzeServiceReferencesPassTest::testProcess in vendor/symfony/dependency-injection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
ArgumentStringTest::testGlossary in core/modules/views/src/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
ArgvInputTest::provideOptions in vendor/symfony/console/Tests/Input/ArgvInputTest.php
ArrayCollectionTest::provideDifferentElements in vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ArrayCollectionTest.php

... See full list

File

vendor/phpunit/php-token-stream/tests/_fixture/source4.php, line 15

View source
interface b extends a {
  public function baz(Baz $baz);

}

Members