zephir
zephir copied to clipboard
Improved Compilation Error Message: methods can't be placed above properties
Currently the compiler kaks out if you try to place a method declaration above a property. It will point to the semi-colon of the property line instead of explaining why it is confused.