Skip to content

Commit f3ac9ea

Browse files
sreichelondrejmirtes
authored andcommitted
shell_exec
1 parent 6d74dcf commit f3ac9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10490,7 +10490,7 @@
1049010490
'shapeObj::toWkt' => ['string'],
1049110491
'shapeObj::union' => ['shapeObj', 'shape'=>'shapeObj'],
1049210492
'shapeObj::within' => ['int', 'shape2'=>'shapeObj'],
10493-
'shell_exec' => ['?string', 'cmd'=>'string'],
10493+
'shell_exec' => ['string|false|null', 'cmd'=>'string'],
1049410494
'shm_attach' => ['resource|false', 'key'=>'int', 'memsize='=>'int', 'perm='=>'int'],
1049510495
'shm_detach' => ['bool', 'shm_identifier'=>'resource'],
1049610496
'shm_get_var' => ['mixed', 'id'=>'resource', 'variable_key'=>'int'],

0 commit comments

Comments
 (0)