Skip to content

Commit 917750e

Browse files
committed
uopz_flags - flags are optional
1 parent 19ec38c commit 917750e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12887,8 +12887,8 @@
1288712887
'uopz_delete' => ['void', 'class'=>'string', 'function'=>'string'],
1288812888
'uopz_delete\'1' => ['void', 'function'=>'string'],
1288912889
'uopz_extend' => ['void', 'class'=>'string', 'parent'=>'string'],
12890-
'uopz_flags' => ['int', 'class'=>'string', 'function'=>'string', 'flags'=>'int'],
12891-
'uopz_flags\'1' => ['int', 'function'=>'string', 'flags'=>'int'],
12890+
'uopz_flags' => ['int', 'class'=>'string', 'function'=>'string', 'flags='=>'int'],
12891+
'uopz_flags\'1' => ['int', 'function'=>'string', 'flags='=>'int'],
1289212892
'uopz_function' => ['void', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
1289312893
'uopz_function\'1' => ['void', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
1289412894
'uopz_get_exit_status' => ['mixed'],

0 commit comments

Comments
 (0)