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

All, Appinfo, Changed Behavior

Exakat since

2.4.2

PHP Version

All

Severity

Time To Fix

Precision

High

Available in

Entreprise Edition, Exakat Cloud