We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32bd339 + 0949e1f commit 89c1209Copy full SHA for 89c1209
1 file changed
Zend/tests/one-plus-one.phpt
@@ -0,0 +1,10 @@
1
+--TEST--
2
+Check that 1+1 == 2
3
+--FILE--
4
+<?php
5
+
6
+var_dump(1+1);
7
8
+?>
9
+--EXPECT--
10
+int(2)
0 commit comments