ParseStmt parses a single PHP statement (which can be an expression).
Due to the fact that we extend the input slice with <?php tags
so our parser can handle it, updated slice is returned.
Result node source positions are precise only for that updated slice.