summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/nullable_void.phpt
blob: 4ff0edb0d8130e5f6b1d4cb08b5c79e389498014 (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 type cannot be nullable in %s on line %d