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:
@@ -44,6 +44,7 @@ $unaryOperators = [
|
||||
|
||||
$input = [
|
||||
0,
|
||||
0.0,
|
||||
1,
|
||||
2,
|
||||
-1,
|
||||
|
||||
Reference in New Issue
Block a user