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
Warning: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $a{$i}
Warning: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $b{$i}
You can fix this by using $a[$i] and $b[$i] instead of $a{$i} and $b{$i}.
The text was updated successfully, but these errors were encountered:
opcache-dashboard/opcache.php
Line 39 in cceeb8e
Warning: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $a{$i}
Warning: Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $b{$i}
You can fix this by using $a[$i] and $b[$i] instead of $a{$i} and $b{$i}.
The text was updated successfully, but these errors were encountered: