Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php222 $symbol = self::SYMBOL_NONE;
248 if ($symbol === self::SYMBOL_NONE) {
262 $symbol = $this->phpTokenToSymbol[$tokenId];
267 $idx = $this->actionBase[$state] + $symbol;
289 $symbol = self::SYMBOL_NONE;
395 if ($symbol === 0) {
401 $symbol = self::SYMBOL_NONE;
425 * @param int $symbol Unexpected symbol
450 foreach ($this->symbolToName as $symbol => $name) {
451 $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 7 milliseconds