Input: ``` $binary = (binary) $string; $binary = b"binary string"; ``` First parsed as `cast` node. Second as `string` node. I think it is invalid. Second should be `cast` node with option `shortForm: true` :+1: