diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 19:20:48 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 19:20:48 +0100 |
commit | e3feeba3aedd8e4347fefa315effd7d4f9fa0ca1 (patch) | |
tree | 661b53e8b73570024ba792732e1f227ffbfa7946 /sapi/phpdbg/phpdbg.c | |
parent | d512f2193001caaf146889233d3656df32f59163 (diff) | |
parent | 110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d (diff) | |
download | php-git-e3feeba3aedd8e4347fefa315effd7d4f9fa0ca1.tar.gz |
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 2 |
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; } |