summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-11-20 19:18:50 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-11-20 19:18:50 +0100
commitbc30206b8ad4975126bd36f48add769d0d9a221a (patch)
treede9accd1aaa58cf9a25293cb9290bac1d6576a26 /sapi/phpdbg/phpdbg.c
parentff5a65d26b139142c5e967582c369ef65b79adf8 (diff)
downloadphp-git-bc30206b8ad4975126bd36f48add769d0d9a221a.tar.gz
Revert "Revert "Remove a few unused write warning""
This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now)
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 a62b409072..148e18a454 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -1939,7 +1939,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;
}