1New without a class
2-----
3<?php
4new;
5-----
6Syntax error, unexpected ';' from 2:4 to 2:4
7array(
8    0: Stmt_Expression(
9        expr: Expr_New(
10            class: Expr_Error(
11            )
12            args: array(
13            )
14        )
15    )
16)
17