summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-11-20 19:20:48 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-11-20 19:20:48 +0100
commite3feeba3aedd8e4347fefa315effd7d4f9fa0ca1 (patch)
tree661b53e8b73570024ba792732e1f227ffbfa7946 /sapi/phpdbg/phpdbg.c
parentd512f2193001caaf146889233d3656df32f59163 (diff)
parent110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d (diff)
downloadphp-git-e3feeba3aedd8e4347fefa315effd7d4f9fa0ca1.tar.gz
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index 33a806d57d..1016cc2d39 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -1958,7 +1958,7 @@ phpdbg_main:
if (PHPDBG_G(ops)) {
phpdbg_print_opcodes(print_opline_func);
} else {
- quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file specified or compilation failed?\n"));
+ zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file specified or compilation failed?\n"));
}
goto phpdbg_out;
}