1--TEST--
2Nullable false can be used as a standalone type
3--FILE--
4<?php
5
6function test(): ?false {}
7
8?>
9===DONE===
10--EXPECT--
11===DONE===
12