You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference:
"The reason is that with PHP 7.4 the array and string offset access syntax using curly braces is deprecated and it was removed entirely in PHP 8.0"
Quote:
I replaced $parity{0} with $parity[0] and
both return{0} with return[0] and
now there are no errors.
Regards, Chuck
The text was updated successfully, but these errors were encountered:
Reference:
"The reason is that with PHP 7.4 the array and string offset access syntax using curly braces is deprecated and it was removed entirely in PHP 8.0"
Quote:
I replaced $parity{0} with $parity[0] and
both return{0} with return[0] and
now there are no errors.
Regards, Chuck
The text was updated successfully, but these errors were encountered: