php_output_write   68 ext/standard/info.c 	written = php_output_write(ZSTR_VAL(new_str), ZSTR_LEN(new_str));
php_output_write   84 ext/standard/info.c 	written = php_output_write(buf, len);
php_output_write   92 ext/standard/info.c 	return php_output_write(str, strlen(str));
php_output_write 1888 main/main.c    	return php_output_write(str, str_length);
php_output_write  278 main/output.c  			php_output_write(context.out.data, context.out.used);
php_output_write 1234 main/output.c  			php_output_write(context.out.data, context.out.used);
php_output_write  159 main/php_output.h #define PHPWRITE(str, str_len)		php_output_write((str), (str_len))
php_output_write  162 main/php_output.h #define PUTC(c)						(php_output_write((const char *) &(c), 1), (c))
php_output_write  167 main/php_output.h 	php_output_write(__str, strlen(__str));	\
php_output_write  207 main/php_output.h PHPAPI size_t php_output_write(const char *str, size_t len);