PHP-po-parser icon indicating copy to clipboard operation
PHP-po-parser copied to clipboard

php 7.4 compatibility issue

Open codeamancoder opened this issue 4 years ago • 1 comments

with following lines

if ($x[0] == '"') { $x = substr($x, 1, -1); } error: trying to access array offset on value of type bool ($x) PoParser.php line 755

codeamancoder avatar Apr 06 '21 08:04 codeamancoder

What version are you using? There is no file PoParser.php in last version

pherrymason avatar Apr 06 '21 08:04 pherrymason

Closed as no feedback

pherrymason avatar Jul 31 '23 12:07 pherrymason