Changes between Initial Version and Version 1 of Ticket #41450, comment 21
- Timestamp:
- 02/22/2019 08:32:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41450, comment 21
initial v1 1 I ran into the same as the above with theSimpleXMLElement. It has a magic `__toString()` method that gets called when you do that type conversion.1 I ran into the same as the above with SimpleXMLElement. It has a magic `__toString()` method that gets called when you do that type conversion. 2 2 3 3 Perhaps an extra check should be added for better backwards compatibility?