Files
Aer/engine/vm.c
belliash 18b96064e4
All checks were successful
The build was successful.
Do not allow to call non-existen array/string index.
PHP returns a NULL for each call to non-existen array element, while AerScript design disallows usage of indexes outside the bounds. This fixes one of most serious PHP problems.
2019-09-09 16:55:48 +02:00

348 KiB