prop ?> prop; /* * These should throw errors. */ $i--; $i -- ?> prop ++ ?> /*comment*/ prop --; $obj->prop[$value[2]]++; $var['key' . ($i + 10) . 'key']--; /* * Report on, but don't auto-fix, statements with multiple in/decrementers. */ ++$i--; ++ -- $i ++ ++ ?> prop++; // Intentional parse error. ++;