单项选择题
运行以下代码将显示()值?假设代码运行时的URL是:testscript.php?c=25。
A.25 B.-5 C.10 D.5 E.0
A.function is_leap($year=2000) B.is_leap($year default 2000) C.function is_leap($year default 2000) D.function is_leap($year) E.function is_leap(2000=$year)
A.foreach($result as $key=>$val) B.while($idx*=2) C.for($idx=1;$idx<STOP_AT;$idx*=2) D.for($idx*=2;STOP_AT>=$idx;$idx=0) E.while($idx<STOP_AT)do $idx*=2