Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
php
/
if.php
blob: 8a25e82a2905a4a92ef02ffbe5e0e974486bef4a [
file
]
<?
php $a
=
1
;
if
(
$a
>
0
)
{
echo
"Yes"
;
}
?>