- Output for 8.5.0 - 8.5.1
- Deprecated: Return type of Ajgl\Csv\SplFileObject::fgetcsv($delimiter = ',', $enclosure = '"', $escape = '"') should either be compatible with SplFileObject::fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/WZM35 on line 39
Fatal error: Declaration of Ajgl\Csv\SplFileObject::fputcsv($fields, $delimiter = ',', $enclosure = '"', $escape = '"') must be compatible with SplFileObject::fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string $eol = "\n"): int|false in /in/WZM35 on line 45
Stack trace:
#0 {main}
Process exited with code 255. - Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15
- Deprecated: Return type of Ajgl\Csv\CsvFileObjectTrait::fgetcsv($delimiter = ',', $enclosure = '"', $escape = '"') should either be compatible with SplFileObject::fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/WZM35 on line 39
Fatal error: Declaration of Ajgl\Csv\CsvFileObjectTrait::fputcsv($fields, $delimiter = ',', $enclosure = '"', $escape = '"') must be compatible with SplFileObject::fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string $eol = "\n"): int|false in /in/WZM35 on line 45
Process exited with code 255. - Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
- Warning: The 'escape' and 'enclosure' chars must be equals. The given 'escape' char '\' will be ignored. in /in/WZM35 on line 98 array(1) { [0]=> string(15) "Hello \"World"!" }
- Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
- Warning: The 'escape' and 'enclosure' chars must be equals. The given 'escape' char '\' will be ignored. in /in/WZM35 on line 99 array(1) { [0]=> string(15) "Hello \"World"!" }