summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-11-20 19:20:09 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-11-20 19:20:09 +0100
commit110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d (patch)
treef35324e4de6ed82a5f022644a964c86c3b8eb7a2 /sapi/phpdbg/phpdbg.c
parentc58378619b34b1a15fbbf5500095d9ca99e59e90 (diff)
parentbc30206b8ad4975126bd36f48add769d0d9a221a (diff)
downloadphp-git-110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d.tar.gz
Merge branch 'PHP-7.0' into 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 df28881c56..b47c7c82b3 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;
}