This commit is contained in:
@@ -737,7 +737,7 @@ static sxi32 ExprExtractNode(ph7_gen_state *pGen, ph7_expr_node **ppNode) {
|
||||
SyMemBackendPoolFree(&pGen->pVm->sAllocator, pNode);
|
||||
return rc;
|
||||
}
|
||||
pNode->xCode = PH7_CompileAnnonFunc;
|
||||
pNode->xCode = PH7_CompileAnonFunc;
|
||||
}
|
||||
} else if(PH7_IsLangConstruct(nKeyword, FALSE) == TRUE && &pCur[1] < pGen->pEnd) {
|
||||
/* Language constructs [i.e: print,echo,die...] require special handling */
|
||||
|
Reference in New Issue
Block a user