index
:
apache2
debian
progress-linux
upstream
debian 12 backports: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
param.php
blob: 0bc2bf0ac6a5834a5c8bdda991505ce2e5e32c9d (
plain
)
1
2
3
4
5
<?php
old_function
Test
$a
,
$b
(
echo
$a
+
$b
;
);
Test
(
1
,
2
)
?>