php-8.0.30-src/Zend/tests/match/006.phpt

14 lines
227 B
PHP

--TEST--
Match expression with no cases
--FILE--
<?php
$x = match (true) {};
?>
--EXPECTF--
Fatal error: Uncaught UnhandledMatchError: Unhandled match value of type bool in %s
Stack trace:
#0 {main}
thrown in %s on line %d