1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/Zend/tests/match/006.phpt
T
2020-07-09 23:52:17 +02:00

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