newWithoutClass.test 97 B

123456789
  1. New without a class
  2. -----
  3. <?php
  4. new;
  5. -----
  6. Syntax error, unexpected ';' from 2:4 to 2:4
  7. array(
  8. )