diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-12-06 18:30:37 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-12-06 18:30:37 +0100 |
commit | 43f88f25bbd40c350a5a255eb1ce687d70471ebc (patch) | |
tree | 24beaf09af2a89b020e3df65ee5447c4d236a856 /sapi/phpdbg/tests/phpdbg_get_executable_stream_wrapper.inc | |
parent | 308cc2e9d4765b3fbdc89ec4479d4d229c640728 (diff) | |
parent | 7e12b5da712f603d4ff68c378c0b1f06dcc495db (diff) | |
download | php-git-43f88f25bbd40c350a5a255eb1ce687d70471ebc.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
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 +} |