1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/ext
Nikita Popov d20fc5a192 Make proc_open_bug64438.phpt more robust
The test currently assumes that we'll first read the data of
stdout and stderr and then see eof on stdout and stderr. However
we could also read stdout, see eof on stdout, read stderr and see
eof on stderr, depending on timing.

Avoid output ordering issues by collecting events into a per-pipe
array, so interleaving is not visible.
2019-07-11 12:46:56 +02:00
..
2019-06-21 12:56:28 +02:00
2019-06-11 10:23:37 +02:00
2019-07-03 11:38:24 +02:00
2019-06-05 14:25:07 +02:00
2019-07-08 12:38:47 +02:00
2019-06-25 14:28:58 +02:00
2019-06-05 14:25:07 +02:00
2019-06-25 14:28:58 +02:00
2019-06-05 14:25:07 +02:00
2019-07-04 13:07:47 +03:00
2019-07-10 12:55:40 +02:00
2019-06-30 23:57:54 +02:00
2019-06-05 14:25:07 +02:00
2019-05-17 19:04:43 +02:00
2019-06-05 14:25:07 +02:00
2019-06-14 12:55:00 +02:00