Last updated 4 years ago
A has been given an invalid parameter. For example, it may happen if a number is used in , while the compiler expects a .
Possible solutions: check the command and use valid syntax:
sqr(10) // error, variable expected sqr($var) // OK
SQR