summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc
blob: 4f4155715d9b49e10f76abcaf07ad9e481d45f14 (plain)
1
2
3
4
5
6
<?php

function foo()
{
    return '<result>'; // line 5 is executable
}