1.2.44. Array Addition¶
Addition where one of the operands are arrays.
<?php
$a = [1] + [2 ,3];
?>
See also Combining arrays using + versus array_merge in PHP and Array operators.
1.2.44.1. Specs¶
Short name |
Structures/ArrayAddition |
Rulesets |
|
Exakat since |
2.4.2 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
High |
Available in |