index
:
apache2
debian
progress-linux
upstream
debian 11: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
if.php
blob: 8a25e82a2905a4a92ef02ffbe5e0e974486bef4a (
plain
)
1
<?php
$a
=
1
;
if
(
$a
>
0
)
{
echo
"Yes"
;
}
?>