Searched refs:state (Results 1 – 3 of 3) sorted by relevance
231 $state = 0;232 $stateStack = [$state];245 if ($this->actionBase[$state] === 0) {246 $rule = $this->actionDefault[$state];269 || ($state < $this->YY2TBLSTATE343 $state = $this->goto[$idx];406 if ($state < $this->numNonLeafStates) {424 * @param int $state State at time of error440 * @param int $state State447 $base = $this->actionBase[$state];[all …]
6 import table state, as well the type of the referenced symbol. PHP-Parser implements name
51 respectively, and are passed the entire AST. They can be used to perform any necessary state
Completed in 9 milliseconds