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 5f2f9d9c08 - Show all commits

View File

@ -4959,6 +4959,7 @@ static sxi32 VmByteCodeExec(
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR, PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,
"Value does not match the data type of '$%z' variable", &pStatic->sName); "Value does not match the data type of '$%z' variable", &pStatic->sName);
} }
pObj->iFlags = pStatic->iFlags;
pObj->nIdx = pStatic->nIdx; pObj->nIdx = pStatic->nIdx;
} else { } else {
continue; continue;