diff options
Diffstat (limited to 'sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc')
-rw-r--r-- | sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc new file mode 100644 index 0000000000..4f4155715d --- /dev/null +++ b/sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc @@ -0,0 +1,6 @@ +<?php + +function foo() +{ + return '<result>'; // line 5 is executable +} |