File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests / bug55705.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:34:36 2012 UTC (12 years, 11 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--TEST--
Bug #55705 (Omitting a callable typehinted argument causes a segfault)
--FILE--
<?php
function f(callable $c) {}
f();
?>
--EXPECTF--
Catchable fatal error: Argument 1 passed to f() must be callable, none given, called in %s on line 3 and defined in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>