You are here

class PHP_Token_HALT_COMPILER in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/src/Token.php \PHP_Token_HALT_COMPILER

Hierarchy

Expanded class hierarchy of PHP_Token_HALT_COMPILER

2 string references to 'PHP_Token_HALT_COMPILER'
PHP_Token_Stream::parse in vendor/phpunit/php-token-stream/src/Token/Stream.php
PHP_Token_Stream::scan in vendor/phpunit/php-token-stream/src/Token/Stream.php
Scans the source for sequences of characters and converts them into a stream of tokens.

File

vendor/phpunit/php-token-stream/src/Token.php, line 769

View source
class PHP_Token_HALT_COMPILER extends PHP_Token {

}

Members

Namesort descending Modifiers Type Description Overrides
PHP_Token::$id protected property
PHP_Token::$line protected property
PHP_Token::$text protected property
PHP_Token::$tokenStream protected property
PHP_Token::getLine public function
PHP_Token::__construct public function Constructor.
PHP_Token::__toString public function