php_ub_body_write_no_header  910 main/main.c    					&& (OG(php_body_write)==php_default_output_func || OG(php_body_write)==php_ub_body_write_no_header || OG(php_body_write)==php_ub_body_write)
php_ub_body_write_no_header  143 main/output.c  			OG(php_body_write) = php_ub_body_write_no_header;
php_ub_body_write_no_header  266 main/output.c  			OG(php_body_write) = php_ub_body_write_no_header;
php_ub_body_write_no_header  722 main/output.c  		OG(php_body_write) = php_ub_body_write_no_header;
php_ub_body_write_no_header  723 main/output.c  		result = php_ub_body_write_no_header(str, str_length TSRMLS_CC);