summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-11 12:32:57 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-11 12:46:56 +0200
commitd20fc5a1927c98db7d4e96c17b9988569822592a (patch)
tree36f17b27d1b69544ddd7cfea559450a40bc226db /ext/reflection/php_reflection.c
parent3b73c9fb8692a6ffc0f4cb6e66eb649871dfed34 (diff)
downloadphp-git-d20fc5a1927c98db7d4e96c17b9988569822592a.tar.gz
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.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions