Fix logic for new operand parentheses requirement We need to perform this check recursively.
Properly handle new/instanceof operand restrictions Fixes #912.
Remove PHP 5 parser
Add parens for new/instanceof with complex expression This is not fully accurate because the rules for "new variables" are different than the rules for dereferenceable LHS.