if (! $this->isWritable()) { throw Exception\UnwritableStreamException::dueToConfiguration(); } $result = fwrite($this->resource, $string); if (false === $result) { throw Exception\UnwritableStreamException::dueToPhpError(); }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4202496 bytes) at /home/eadvisor/public_html/libraries/vendor/laminas/laminas-diactoros/src/Stream.php:246 |