Home
last modified time | relevance | path

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

/PHP-7.1/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---"));
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.c1966zend_quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file… in main()
/PHP-7.1/sapi/fpm/fpm/
H A Dzlog.c189 zend_quiet_write(zlog_fd > -1 ? zlog_fd : STDERR_FILENO, buf, len); in vzlog()
193 zend_quiet_write(STDERR_FILENO, buf, len); in vzlog()
H A Dfpm_signals.c176 zend_quiet_write(sp[1], &s, sizeof(s)); in sig_handler()
H A Dfpm_log.c469 zend_quiet_write(fpm_log_fd, buffer, len + 1); in fpm_log_write()
H A Dfpm_main.c1866 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval));
1875 zend_quiet_write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval));
/PHP-7.1/Zend/
H A Dzend_portability.h128 #define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) macro

Completed in 25 milliseconds