protected function yyn305($attributes)
 {
     $this->yyval = new PHPParser_Node_Scalar_LNumber(PHPParser_Node_Scalar_LNumber::parse($this->yyastk[$this->stackPos - (1 - 1)]), $attributes);
 }
Esempio n. 2
0
 protected function yyn303($line, $docComment)
 {
     $this->yyval = new PHPParser_Node_Scalar_LNumber(PHPParser_Node_Scalar_LNumber::parse($this->yyastk[$this->yysp - (1 - 1)]), $line, $docComment);
 }