summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-16 11:11:08 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-16 11:11:08 +0200
commitc562d71d1274ad5a2685f5f1e494c650988ffe22 (patch)
tree37330cb2c6cd957d7135d2f14365dbbc4df3317e /sapi/phpdbg/phpdbg_list.c
parent1d29b5b89bd08210c35ac98bdd31a85dd09b7547 (diff)
parentebfa05677ba9d226ec4490b788ffafe4ca100770 (diff)
downloadphp-git-c562d71d1274ad5a2685f5f1e494c650988ffe22.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
-rw-r--r--sapi/phpdbg/phpdbg_list.c1
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);