In PhpStorm 9 EAP builds you will find a new debugging feature called Inline Debugging for PHP. Inline debugging is useful because it lets you view variable values in the source code, right next to their usages. You don't even have to hover the mouse over the variable, or switch to the Variables pan…