These days, just PhpStorm. It's a great editor/IDE for PHP/MySQL, HTML, CSS and JavaScript. I used to use IntelliJ IDEA with a bunch of plugins (it covers Java natively, but you can add on the equivalent of PyCharm, RubyMine, AppCode, and WebStorm/PhpStorm), but I don't work in Java, Python or Ruby enough to maintain a license anymore, and the versatility also comes with a bit of slow - the individual products trim out code they don't need and optimize calls for what they do need, so they're more responsive on a given machine. Which is good, since my machine isn't exactly up to date, and it's been tuned for Photoshop, which makes it less good for everything else (I do retouching and print preparation more than anything else these days - less need for the old man to remember what he's done, and a whole lot less sensitive to whether or not I can "stay in the zone"). PhpStorm can keep up with me while I'm running a browser and playing music.
(That's a big deal - I used to work in corporate development using a platform whose IDE was built around Eclipse but had very little to do with vanilla Java - most code was written around an APL-like macro language (immensely fast and efficient for list/array processing), a variant of Visual Basic with tight ties to the client UI for rich client apps, and a JavaScript-based variety of JSF that sort of allowed one to write JVM code in functional style, with a light dusting of plain ol' Java, mostly for the equivalent of crons - so everything was a plugin. With a 3GHz Core2 Duo and 4GB - which was a pretty heavy-duty machine at the time - I felt like I was back in the '70s, using a dumb CRT terminal and a PDP-11, waiting for the computer to echo characters I typed back to the CRT. Meanwhile, the fans were screaming and the machine was doing a good impression of an industrial space heater. It was actually making me more productive, but it sure didn't feel like it.)