Home
last modified time | relevance | path

Searched refs:zend_quiet_write (Results 1 – 9 of 9) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_sigsafe.c16zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(… in ZEND_EXTERN_MODULE_GLOBALS()
22zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address i… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_io.c96 zend_quiet_write(fd, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---")); in phpdbg_output_pager()
101 zend_quiet_write(fd, "\r", 1); in phpdbg_output_pager()
H A Dphpdbg.c1575zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file… in main()
/php-src/sapi/fpm/fpm/
H A Dzlog.c247 zend_quiet_write(zlog_fd > -1 ? zlog_fd : STDERR_FILENO, buf, len); in vzlog()
252 zend_quiet_write(STDERR_FILENO, buf, len); in vzlog()
321 zend_quiet_write(stream->fd, buf, len); in zlog_stream_direct_write_ex()
323 zend_quiet_write(stream->fd, append, append_len); in zlog_stream_direct_write_ex()
328 zend_quiet_write(STDERR_FILENO, buf, len); in zlog_stream_direct_write_ex()
330 zend_quiet_write(STDERR_FILENO, append, append_len); in zlog_stream_direct_write_ex()
H A Dfpm_signals.c180 zend_quiet_write(sp[1], &s, sizeof(s)); in sig_handler()
H A Dfpm_log.c489 zend_quiet_write(fpm_log_fd, buffer, len + 1); in fpm_log_write()
H A Dfpm_main.c1832 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval)); in main()
1845 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval)); in main()
/php-src/Zend/
H A Dzend_portability.h138 #define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) macro
H A Dzend_execute_API.c1470 zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer))); in zend_timeout_handler()

Completed in 46 milliseconds