InvalidArrayAssignment

March 20, 2020 ยท View on GitHub

Emitted when attempting to assign a value on a non-array

<?php

$arr = 5;
$arr[0] = 3;