Home
last modified time | relevance | path

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

/PHP-7.4/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.c152 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
206 zend_quiet_write(sock, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---"));
211 zend_quiet_write(sock, "\r", 1);
307 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
316 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
328 zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, msg, strlen(msg));
H A Dphpdbg.c1967zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file… in main()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c244 zend_quiet_write(zlog_fd > -1 ? zlog_fd : STDERR_FILENO, buf, len); in vzlog()
249 zend_quiet_write(STDERR_FILENO, buf, len); in vzlog()
324 zend_quiet_write(stream->fd, buf, len); in zlog_stream_direct_write_ex()
326 zend_quiet_write(stream->fd, append, append_len); in zlog_stream_direct_write_ex()
331 zend_quiet_write(STDERR_FILENO, buf, len); in zlog_stream_direct_write_ex()
333 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.c468 zend_quiet_write(fpm_log_fd, buffer, len + 1); in fpm_log_write()
H A Dfpm_main.c1840 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval)); in main()
1849 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval)); in main()
/PHP-7.4/Zend/
H A Dzend_portability.h124 #define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) macro
H A Dzend_execute_API.c1206 zend_quiet_write(2, log_buffer, MIN(output_len, sizeof(log_buffer))); in zend_timeout_handler()

Completed in 39 milliseconds