php-src/Zend/tests/bug69767.phpt

9 lines
257 B
Plaintext
Raw Normal View History

--TEST--
Bug #69767 (Default parameter value with wrong type segfaults)
--FILE--
<?php
function foo(string $bar = 0) {}
?>
--EXPECTF--
Fatal error: Default value for parameters with a string type hint can only be string or NULL in %sbug69767.php on line %d