As mentioned on http://php.net/manual/en/language.types.array.php
Note: As of PHP 7.1.0, applying the empty index operator on a string throws a fatal error. Formerly, the string was silently converted to an array.
Can someone please tell me what does that mean with an example?
How will it affect my code?
Thanks!