aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
142 stars 26 forks source link

T_ENCAPSED_AND_WHITESPACE #49

Closed lollita closed 4 months ago

lollita commented 4 months ago

I get in a server with Php 7.4 Parse error: syntax error, unexpected ''/^\w+$/u' (T_ENCAPSED_AND_WHITESPACE) in vendor/avadim/fast-excel-writer/src/FastExcelWriter/Sheet.php on line 2916

if (!preg_match('/^\w+$/u', $name)) {

Not problem in other server with PHP 8.3.2

Why?

lollita commented 4 months ago

Upload server problem not related to library. Excuse me.