xref
: /
PHP-7.1
/
sapi
/
phpdbg
/
tests
/
phpdbg_get_executable_stream_wrapper.inc
(revision 7e12b5da)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function foo()
4
{
5
return '<result>'; // line 5 is executable
6
}
7