1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Added missing case 0.0 to the test runtime_compile_time_binary_operands.phpt (#13010)

This commit is contained in:
Jorg Adam Sowa
2023-12-24 01:06:32 +01:00
committed by GitHub
parent 40908f32a0
commit f1f33ee3a1

View File

@@ -44,6 +44,7 @@ $unaryOperators = [
$input = [
0,
0.0,
1,
2,
-1,