mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
export() methods were implemented in a roundabout way, where they would call Reflection::export(), which would then call __toString(). Cut out the middleman by directly calling __toString().