mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
Instead of directly writing to stdout. This allows doing a print_r into a string, without using output buffering. The motivation for this is bug #67467: print_r() in return mode will still dump the string to stdout (causing a potential information leak) if a fatal error occurs.