1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext
George Peter Banyard 6fbf81c674 Fix GH-9883 SplFileObject::__toString() reads next line
We need to overwrite the __toString magic method for SplFileObject, similarly to how DirectoryIterator overwrites it
Moreover, the custom cast handler is useless as we define __toString methods, so use the standard one instead.

Closes GH-9912
2022-11-22 12:21:14 +00:00
..
2022-06-25 07:39:55 +01:00
2022-06-17 19:52:44 -04:00
2022-11-02 09:43:39 +00:00
2022-07-27 12:13:32 +02:00
2022-11-03 14:37:17 +01:00
2022-09-13 11:33:09 +01:00
2022-10-21 00:05:30 -06:00
2022-04-25 14:29:44 +02:00
2022-09-13 12:45:42 +01:00
2022-09-27 23:32:15 +02:00
2022-06-13 14:43:51 +02:00
2022-11-14 12:35:09 +03:00
2022-08-31 14:22:44 +02:00
2022-08-24 14:39:45 +02:00
2022-09-27 18:45:54 +02:00
2022-10-13 16:00:36 +02:00
2022-06-20 18:46:17 +02:00
2022-06-15 15:39:00 +02:00
2022-06-25 07:39:55 +01:00