Home
last modified time | relevance | path

Searched refs:smart_str_appends_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_smart_str.h25 #define smart_str_appends_ex(dest, src, what) \ macro
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c342 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
354 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
361 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
1974 smart_str_appends_ex(&buffer, "Content-Type: text/html; charset=UTF-8\r\n", 1); in php_cli_server_send_error_page()
1975 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2076 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2078 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
2081 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_begin_send_static()

Completed in 14 milliseconds