0

this is the error code line

( '{' == $value{0} && '}' == $value{strlen( $value ) - 1} ) ||

Please help me to solve the problem.

  • 2
    Yes, it's deprecated, use normal brackets `$value[0]` [PHP $string{0} vs. $string\[0\];](https://stackoverflow.com/questions/335205/php-string0-vs-string0) – Justinas Mar 18 '22 at 22:32

0 Answers0