protected function yyn306($attributes)
 {
     $this->yyval = new PHPParser_Node_Scalar_DNumber(PHPParser_Node_Scalar_DNumber::parse($this->yyastk[$this->stackPos - (1 - 1)]), $attributes);
 }
Beispiel #2
0
 protected function yyn304($line, $docComment)
 {
     $this->yyval = new PHPParser_Node_Scalar_DNumber(PHPParser_Node_Scalar_DNumber::parse($this->yyastk[$this->yysp - (1 - 1)]), $line, $docComment);
 }