Loading base.php +1 −1 Original line number Diff line number Diff line Loading @@ -1279,7 +1279,7 @@ final class Base { return $val+0; if (preg_match('/^\w+$/i',$val) && defined($val)) return constant($val); return preg_replace('/\\\\\h*\r?\n/','',$val); return preg_replace('/\\\\\h*(\r?\n)/','\1',$val); }, // Mark quoted strings with 0x00 whitespace str_getcsv(preg_replace( Loading Loading
base.php +1 −1 Original line number Diff line number Diff line Loading @@ -1279,7 +1279,7 @@ final class Base { return $val+0; if (preg_match('/^\w+$/i',$val) && defined($val)) return constant($val); return preg_replace('/\\\\\h*\r?\n/','',$val); return preg_replace('/\\\\\h*(\r?\n)/','\1',$val); }, // Mark quoted strings with 0x00 whitespace str_getcsv(preg_replace( Loading