1--TEST--
2Null cannot be used as a standalone type
3--FILE--
4<?php
5
6function test(): null {}
7
8?>
9--EXPECTF--
10Fatal error: Null can not be used as a standalone type in %s on line %d
11