Access to undefined array index should be reported as error.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-04-06 09:21:09 +02:00
parent 72c420cc85
commit f6e2b549b6
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 2 deletions

View File

@ -2535,8 +2535,7 @@ static sxi32 VmByteCodeExec(
pTos->nIdx = SXU32_HIGH;
}
/* Emit a notice */
PH7_VmThrowError(&(*pVm), PH7_CTX_NOTICE,
"Attempt to access an undefined array index, PH7 is loading NULL");
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR, "Attempt to access an undefined array index");
break;
}
} else {