Input: ``` <?php function test() { return ( 1 < 2 ); } ``` phpfmt output: ``` <?php function test() { return ( 1 < ; 2 ); } ``` Input is valid PHP, output is a syntax error.