summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69767.phpt
blob: cf4d4e7f931178a99dc6e79281e117aee2df4193 (plain)
1
2
3
4
5
6
7
8
--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