From f1f33ee3a1d742311cc4d445d36cfa77de53aad4 Mon Sep 17 00:00:00 2001 From: Jorg Adam Sowa Date: Sun, 24 Dec 2023 01:06:32 +0100 Subject: [PATCH] Added missing case 0.0 to the test runtime_compile_time_binary_operands.phpt (#13010) --- 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 c0c9b5f487f..ef4141cd356 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,