Files
archived-php-langspec/tests/functions/void_parameter.phpt
2016-02-05 12:42:41 +00:00

9 lines
183 B
PHP

--TEST--
void return type: not valid as a parameter type
--FILE--
<?php
function foobar(void $a) {}
--EXPECTF--
Fatal error: void cannot be used as a parameter type in %s on line %d