If you use variable $star, application crashes

Very strange, but I tried to use the variable $1star, $2star, etc , the application crashes
I had to revert to using $Star1, $Star2, etc

Its not strange. A variable can’t start with a number.

http://php.net/manual/en/language.variables.basics.php

Use the bug forum carefully please