Lines Matching defs:data1
485 $data1 = $this->readInt();
487 if ($data1 === 0xFFFF) {
488 $data1 = -1;
497 $lexerAction = $this->lexerActionFactory($actionType, $data1, $data2);
897 private function lexerActionFactory(int $type, int $data1, int $data2) : LexerAction
901 return new LexerChannelAction($data1);
904 return new LexerCustomAction($data1, $data2);
907 return new LexerModeAction($data1);
916 return new LexerPushModeAction($data1);
922 return new LexerTypeAction($data1);