|
@@ -521,6 +521,7 @@ and gen_call ctx e el =
|
|
| TLocal _, []
|
|
| TLocal _, []
|
|
| TFunction _, []
|
|
| TFunction _, []
|
|
| TCall _, []
|
|
| TCall _, []
|
|
|
|
+ | TParenthesis _, []
|
|
| TBlock _, [] ->
|
|
| TBlock _, [] ->
|
|
ctx.is_call <- true;
|
|
ctx.is_call <- true;
|
|
spr ctx "call_user_func(";
|
|
spr ctx "call_user_func(";
|
|
@@ -530,6 +531,7 @@ and gen_call ctx e el =
|
|
| TLocal _, el
|
|
| TLocal _, el
|
|
| TFunction _, el
|
|
| TFunction _, el
|
|
| TCall _, el
|
|
| TCall _, el
|
|
|
|
+ | TParenthesis _, el
|
|
| TBlock _, el ->
|
|
| TBlock _, el ->
|
|
ctx.is_call <- true;
|
|
ctx.is_call <- true;
|
|
spr ctx "call_user_func_array(";
|
|
spr ctx "call_user_func_array(";
|