Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
php
/
stack.php
blob: 04c319845349e1a40483316f0e00932fabc5914a [
file
]
<?
php
old_function F
(
if
(
1
):
return
(
"Hello"
);
endif
;
);
$i
=
0
;
while
(
$i
<
2
):
echo F
();
$i
++;
endwhile
;
?>