1<?php
2
3function foo()
4{
5    return '<result>'; // line 5 is executable
6}
7