Skip to content

Commit c8cb1ca

Browse files
Slamdunkondrejmirtes
authored andcommitted
proc_get_status can also return false
1 parent c34c521 commit c8cb1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/SignatureMap/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8847,7 +8847,7 @@
88478847
'print_r' => ['string|true', 'var'=>'mixed', 'return='=>'bool'],
88488848
'printf' => ['int', 'format'=>'string', '...args='=>'string|int|float'],
88498849
'proc_close' => ['int', 'process'=>'resource'],
8850-
'proc_get_status' => ['array', 'process'=>'resource'],
8850+
'proc_get_status' => ['array|false', 'process'=>'resource'],
88518851
'proc_nice' => ['bool', 'priority'=>'int'],
88528852
'proc_open' => ['resource|false', 'command'=>'string', 'descriptorspec'=>'array', '&w_pipes'=>'resource[]', 'cwd='=>'?string', 'env='=>'?array', 'other_options='=>'array'],
88538853
'proc_terminate' => ['bool', 'process'=>'resource', 'signal='=>'int'],

0 commit comments

Comments
 (0)