Closed lollita closed 9 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?
Upload server problem not related to library. Excuse me.
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?