summaryrefslogtreecommitdiff
path: root/tests/basic/010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/010.phpt')
-rw-r--r--tests/basic/010.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/basic/010.phpt b/tests/basic/010.phpt
new file mode 100644
index 0000000000..4440d99bf8
--- /dev/null
+++ b/tests/basic/010.phpt
@@ -0,0 +1,8 @@
+--TEST--
+Testing | and & operators
+--POST--
+--GET--
+--FILE--
+<?php $a=8; $b=4; $c=8; echo $a|$b&$c?>
+--EXPECT--
+8