php-src/Zend/tests/bug69767.phpt

9 lines
252 B
Plaintext
Raw Normal View History

--TEST--
Bug #69767 (Default parameter value with wrong type segfaults)
--FILE--
<?php
2015-06-08 04:36:54 +00:00
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