Skip to content

Commit

Permalink
Merge pull request #6178 from VincentLanglet/shell_exec
Browse files Browse the repository at this point in the history
Add false as return type of shell_exec
  • Loading branch information
weirdan committed Jul 26, 2021
2 parents 82dfbbc + 47fa272 commit f9ec5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/CallMap.php
Expand Up @@ -12117,7 +12117,7 @@
'shapeObj::toWkt' => ['string'],
'shapeObj::union' => ['shapeObj', 'shape'=>'shapeObj'],
'shapeObj::within' => ['int', 'shape2'=>'shapeObj'],
'shell_exec' => ['?string', 'command'=>'string'],
'shell_exec' => ['string|false|null', 'command'=>'string'],
'shm_attach' => ['resource', 'key'=>'int', 'size='=>'int', 'permissions='=>'int'],
'shm_detach' => ['bool', 'shm'=>'resource'],
'shm_get_var' => ['mixed', 'shm'=>'resource', 'key'=>'int'],
Expand Down

0 comments on commit f9ec5e7

Please sign in to comment.