You are here

interface i in Zircon Profile 8

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

Hierarchy

  • interface \i

Expanded class hierarchy of i

All classes that implement i

56 string references to 'i'
AbstractLexer::getModifiers in vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
Regex modifiers
ConfigFileContentTest::testSerialization in core/modules/config/src/Tests/ConfigFileContentTest.php
Tests serialization of configuration to file.
DateFormatter::formatDiff in core/lib/Drupal/Core/Datetime/DateFormatter.php
Formats a time interval between two timestamps.
DateHelper::minutes in core/lib/Drupal/Core/Datetime/DateHelper.php
Constructs an array of minutes.
Datelist::incrementRound in core/lib/Drupal/Core/Datetime/Element/Datelist.php
Rounds minutes and seconds to nearest requested value.

... See full list

File

vendor/phpunit/php-token-stream/tests/_fixture/source5.php, line 3

View source
interface i {
  public function m($a, array $b, array $c = array());

}

Members