From fadc859583139347acb47603f665701a775ff743 Mon Sep 17 00:00:00 2001 From: Jorg Sowa Date: Sat, 23 Dec 2023 16:00:42 +0100 Subject: [PATCH] Added missing case 0.0 to the test runtime_compile_time_binary_operands.phpt --- Zend/tests/runtime_compile_time_binary_operands.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/tests/runtime_compile_time_binary_operands.phpt b/Zend/tests/runtime_compile_time_binary_operands.phpt index c0c9b5f487f3..ef4141cd3568 100644 --- a/Zend/tests/runtime_compile_time_binary_operands.phpt +++ b/Zend/tests/runtime_compile_time_binary_operands.phpt @@ -44,6 +44,7 @@ $unaryOperators = [ $input = [ 0, + 0.0, 1, 2, -1,