diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-16 11:11:08 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-16 11:11:08 +0200 |
commit | c562d71d1274ad5a2685f5f1e494c650988ffe22 (patch) | |
tree | 37330cb2c6cd957d7135d2f14365dbbc4df3317e /sapi/phpdbg/phpdbg_list.c | |
parent | 1d29b5b89bd08210c35ac98bdd31a85dd09b7547 (diff) | |
parent | ebfa05677ba9d226ec4490b788ffafe4ca100770 (diff) | |
download | php-git-c562d71d1274ad5a2685f5f1e494c650988ffe22.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_list.c b/sapi/phpdbg/phpdbg_list.c index 3631763747..901fd0bb1c 100644 --- a/sapi/phpdbg/phpdbg_list.c +++ b/sapi/phpdbg/phpdbg_list.c @@ -248,6 +248,7 @@ zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { } else { zend_message_dispatcher(ZMSG_FAILED_INCLUDE_FOPEN, file->filename); } + return NULL; } data.buf = estrndup(bufptr, len); |