PHP-po-parser
PHP-po-parser copied to clipboard
php 7.4 compatibility issue
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
What version are you using? There is no file PoParser.php in last version
Closed as no feedback