Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit 447910ce2e - Show all commits

View File

@ -5719,7 +5719,7 @@ PH7_PRIVATE int PH7_VmIsCallable(ph7_vm *pVm, ph7_value *pValue, int CallInvoke)
}
}
}
} else if(pValue->iFlags & MEMOBJ_STRING) {
} else if(pValue->iFlags & (MEMOBJ_CALL | MEMOBJ_STRING)) {
const char *zName;
int nLen;
/* Extract the name */