Source:
Darren's Outpost
( from
this entry
, this
fragment itself
)
// This won't work in PHP < 5
function
foo
(
&
$bar
=
'default value here'
)
{
...
}
;