Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php220 $symbol = self::SYMBOL_NONE;
246 if ($symbol === self::SYMBOL_NONE) {
260 $symbol = $this->phpTokenToSymbol[$tokenId];
265 $idx = $this->actionBase[$state] + $symbol;
287 $symbol = self::SYMBOL_NONE;
393 if ($symbol === 0) {
399 $symbol = self::SYMBOL_NONE;
423 * @param int $symbol Unexpected symbol
448 foreach ($this->symbolToName as $symbol => $name) {
449 $idx = $base + $symbol;
[all …]
/PHP-Parser/doc/component/
H A DName_resolution.markdown6 import table state, as well the type of the referenced symbol. PHP-Parser implements name
79 basic symbol types in PHP (functions, constants and everything else).

Completed in 12 milliseconds