This website requires JavaScript.
Explore
Help
Register
Sign In
hailin
/
php-8.0.30-src
Watch
1
Star
0
Fork
You've already forked php-8.0.30-src
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fe288136f8
php-8.0.30-src
/
tests
/
lang
/
001.phpt
7 lines
98 B
PHP
Raw
Blame
History
--
TEST
--
Simple
If
condition
test
--
FILE
--
<
?
php
$a
=
1
;
if
(
$a
>
0
)
{
echo
"
Yes
"
;
}
?>
--EXPECT--
Yes
Reference in New Issue
View Git Blame
Copy Permalink