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
/
else.php
blob: 0bdb1a371ab76c120b5a27c9be48105be4c05918 (
plain
)
1
2
3
4
5
6
7
<?php
$a
=
1
;
if
(
$a
==
0
)
:
echo
"bad"
;
else
:
echo
"good"
;
endif
?>