index
:
apache2
debian
progress-linux
upstream
debian 11 security: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
param2.php
blob: 4a8fe74d5a28df7634cd4256b81c052c507dc247 (
plain
)
1
2
3
4
5
6
7
<?php
old_function
Test
$b
(
$b
++
;
return
(
$b
);
);
$a
=
Test
(
1
);
echo
$a
?>