This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
8516
/
Test
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
Test
/
EVSE
/
GPL
/
php-5.6.40
/
tests
/
basic
/
010.phpt
010.phpt
97 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
--TEST--
Testing | and & operators
--FILE--
<?php $a=8; $b=4; $c=8; echo $a|$b&$c?>
--EXPECT--
8