newWithoutClass.test 245 B

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