blob: 04c319845349e1a40483316f0e00932fabc5914a [file] [log] [blame]
<?php
old_function F (
if(1):
return("Hello");
endif;
);
$i=0;
while($i<2):
echo F();
$i++;
endwhile;
?>