Skip to content

Commit 5b7bb9c

Browse files
jlherrenondrejmirtes
authored andcommitted
system() can return false
1 parent afeb7bb commit 5b7bb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12185,7 +12185,7 @@
1218512185
'sys_get_temp_dir' => ['string'],
1218612186
'sys_getloadavg' => ['array'],
1218712187
'syslog' => ['bool', 'priority'=>'int', 'message'=>'string'],
12188-
'system' => ['string', 'command'=>'string', '&w_return_value='=>'int'],
12188+
'system' => ['string|false', 'command'=>'string', '&w_return_value='=>'int'],
1218912189
'taint' => ['bool', '&rw_string'=>'string', '&...w_other_strings='=>'string'],
1219012190
'tan' => ['float', 'number'=>'float'],
1219112191
'tanh' => ['float', 'number'=>'float'],

0 commit comments

Comments
 (0)