summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/nullable_void.phpt
blob: 725c11bb594c2ecb9929dea6c58c33d09fee5ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Void cannot be nullable
--FILE--
<?php

function test() : ?void {
}

?>
--EXPECTF--
Fatal error: Void can only be used as a standalone type in %s on line %d