We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91979c7 commit 11bed35Copy full SHA for 11bed35
tests/basic/GHSA-9pqp-7h25-4f32.phpt
@@ -39,7 +39,7 @@ function test($boundaryLen) {
39
]);
40
41
$spec = [
42
- 0 => ['pipe', 'r'],
+ 0 => [PHP_OS_FAMILY === "Windows" ? 'socket' : 'pipe', 'r'],
43
1 => STDOUT,
44
2 => STDOUT,
45
];
0 commit comments