public function Foo::bar in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo::bar()
- 8.0 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo::bar()
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo::bar()
- 8.0 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo::bar()
Same name and namespace in other branches
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php \Foo::bar()
- 8 vendor/phpunit/php-code-coverage/tests/_files/source_with_oneline_annotations.php \Foo::bar()
- 8 vendor/phpunit/php-token-stream/tests/_fixture/source.php \Foo::bar()
- 8 vendor/phpunit/php-token-stream/tests/_fixture/issue30.php \Foo::bar()
File
- vendor/
phpunit/ php-token-stream/ tests/ _fixture/ issue30.php, line 4
Class
Code
public function bar() {
return Foo::CLASS;
}