Skip to content

Commit 264d144

Browse files
committed
Added proc_open() stub for param-out
1 parent d36a97f commit 264d144

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/core.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,8 @@ function header_register_callback(callable $callback): bool {}
362362
* @param-later-invoked-callable $callback
363363
*/
364364
function register_tick_function(callable $callback, mixed ...$args): bool {}
365+
366+
/**
367+
* @param-out array<resource> $pipes
368+
*/
369+
function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options): resource|false {}

0 commit comments

Comments
 (0)