From 7e12b5da712f603d4ff68c378c0b1f06dcc495db Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 6 Dec 2016 18:27:31 +0100 Subject: Fixed issue getting executable lines from custom wrappers See also krakjoe/phpdbg#161 --- sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc (limited to 'sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc') 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 @@ +'; // line 5 is executable +} -- cgit v1.2.1