Lines Matching refs:headers_sent
91 if (SG(headers_sent) && stage != ZEND_INI_STAGE_DEACTIVATE) { \
1335 if (SG(headers_sent)) { in php_session_cache_limiter()
1412 if (SG(headers_sent)) { in php_session_send_cookie()
1809 if (SG(headers_sent)) { in PHP_FUNCTION()
1981 if (name && SG(headers_sent)) { in PHP_FUNCTION()
2011 if (name && SG(headers_sent)) { in PHP_FUNCTION()
2052 if (SG(headers_sent)) { in can_session_handler_be_changed()
2292 if (name && SG(headers_sent)) { in PHP_FUNCTION()
2321 if (name && PS(use_cookies) && SG(headers_sent)) { in PHP_FUNCTION()
2363 if (SG(headers_sent)) { in PHP_FUNCTION()
2534 if (limiter && SG(headers_sent)) { in PHP_FUNCTION()
2564 if (!expires_is_null && SG(headers_sent)) { in PHP_FUNCTION()
2662 if (PS(use_cookies) && SG(headers_sent)) { in PHP_FUNCTION()