InvalidArrayAccess
March 20, 2020 ยท View on GitHub
Emitted when attempting to access an array offset on a value that does not permit it
<?php
$arr = 5;
echo $arr[0];
March 20, 2020 ยท View on GitHub
Emitted when attempting to access an array offset on a value that does not permit it
<?php
$arr = 5;
echo $arr[0];