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
7ab6449b44
php-8.0.30-src
/
tests
/
basic
/
010.phpt
7 lines
97 B
PHP
Raw
Blame
History
--
TEST
--
Testing
|
and
&
operators
--
FILE
--
<
?
php
$a
=
8
;
$b
=
4
;
$c
=
8
;
echo
$a
|
$b
&
$c
?>
--EXPECT--
8
Reference in New Issue
View Git Blame
Copy Permalink