How many times will the function counter() be executed in the following code?
function counter($start, &$stop)
{
if ($stop > $start)
return;
}
counter($start--, ++$stop);
$start = 5;
$stop = 2;
counter($start, $stop);
Limited Time Offer
25%
Off
Gail
22 days agoHayley
23 days agoPrincess
1 months agoSharee
3 days agoYolando
18 days agoIrving
26 days agoDeonna
1 months agoGerald
2 months agoVilma
2 months agoJulio
2 months agoMaddie
2 days agoDarell
15 days agoSocorro
25 days agoGerald
2 months ago