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