006.phpt 221 B

12345678910111213
  1. --TEST--
  2. Match expression with no cases
  3. --FILE--
  4. <?php
  5. $x = match (true) {};
  6. ?>
  7. --EXPECTF--
  8. Fatal error: Uncaught UnhandledMatchError: Unhandled match case true in %s:%d
  9. Stack trace:
  10. #0 {main}
  11. thrown in %s on line %d