I would second considering going even deeper into php. MVC Frameworks (CodeIgniter, Kohana, Cake PHP, writing your own), proper OOP practices especially abstracting and code reuse that enable scaling big, template engines like smarty, learning to profile and optimize PHP code, managing PHP code with git or other DVCS's. Work with other talented developers, contribute to open source PHP projects, get involved in a framework by testing other peoples plugins or writing your own for the framework you actively use. If you're really talented, contribute to the PHP project itself. Change your PHP developer day job every 2-3 years early to mid career to work on many varied projects with other talent.
You haven't provided much info about how you work with PHP and on what size of teams/projects, but I will say if you've never worked with other highly talented developers and share solutions to problems you are all working on together, where you can all expand each other's knowledge at an accelerated rate, or developed mission critical applications that have to scale to tens or hundreds of thousands of users - like if all you do is small business sites for example - then there is a lot more to learn and do, and have fun doing.