mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
bug75178.phpt fails on Windows, because the stderr output is not interspersed with stdout output there, but rather is appended to the end. The fix is analogous to bug72093.phpt.