PHPDBG_STDERR     923 sapi/phpdbg/phpdbg.c 			phpdbg_script_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, P_STDERR, "%.*s", (int) count, buf);
PHPDBG_STDERR    1751 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDERR].ptr = stderr;
PHPDBG_STDERR    1752 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr);
PHPDBG_STDERR    1828 sapi/phpdbg/phpdbg.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file specified or compilation failed?\n"));
PHPDBG_STDERR     152 sapi/phpdbg/phpdbg_io.c 			quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
PHPDBG_STDERR     308 sapi/phpdbg/phpdbg_io.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
PHPDBG_STDERR     318 sapi/phpdbg/phpdbg_io.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
PHPDBG_STDERR     333 sapi/phpdbg/phpdbg_io.c 			quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
PHPDBG_STDERR      71 sapi/phpdbg/phpdbg_out.h #	define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
PHPDBG_STDERR      16 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(PHPDBG_SIGSAFE_MEM_SIZE) " bytes from stack memory in signal handler ... bailing out of signal handler\n"));
PHPDBG_STDERR      22 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address in signal handler!\n"));