summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69767.phpt
blob: 9458546deaa2fcc06687b20712c021202046b701 (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 can only be string or NULL in %sbug69767.php on line %d