Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

PHP 7.4 Array and string offset access syntax with curly braces is deprecated #78

Closed sergiq closed 3 years ago

sergiq commented 3 years ago

The use of curly braces is deprecated in 7.4 and throws an exception.

There are many examples but on of them /picqer/php-barcode-generator/src/BarcodeGenerator.php:293 for ($i = 0; $i < $clen; ++$i) { $char = $code{$i}; ... }

Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codename: xenial PHP 7.4.12 (cli) (built: Oct 31 2020 17:03:53) ( NTS )