php-src/Zend/tests/bug69767.phpt

9 lines
231 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: Cannot use int as default value for parameter $bar of type string in %s on line %d