I get illegal string offset warning from the array inside if statement
411. if (is_array($attrib['affixes'])) { // merge
412. $new_affix = array_merge($attrib['affixes'], $new_affix);
413. }
Exactly the warning is
"Warning: Illegal string offset 'affixes' in C:\xampp\htdocs\pengakar-master\src\Pengakar.php on line 411"
I insert the full code below :
Another part is alright. Only that part that get the error
Thanks for the help.