mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +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().