bug33318.phpt 167 B

12345678
  1. --TEST--
  2. Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
  3. --FILE--
  4. <?php
  5. throw 1;
  6. ?>
  7. --EXPECTF--
  8. Fatal error: Can only throw objects in %sbug33318.php on line 2