Skip to content

Commit f1f33ee

Browse files
authored
Added missing case 0.0 to the test runtime_compile_time_binary_operands.phpt (#13010)
1 parent 40908f3 commit f1f33ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/runtime_compile_time_binary_operands.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $unaryOperators = [
4444

4545
$input = [
4646
0,
47+
0.0,
4748
1,
4849
2,
4950
-1,

0 commit comments

Comments
 (0)