Skip to content

Commit 89c1209

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Add new test for important regressionz
2 parents 32bd339 + 0949e1f commit 89c1209

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Zend/tests/one-plus-one.phpt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)