Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/
H A Dhead.c35 sapi_header_line ctr = {0}; in PHP_FUNCTION() local
43 Z_PARAM_LONG(ctr.response_code) in PHP_FUNCTION()
46 ctr.line = line; in PHP_FUNCTION()
47 ctr.line_len = (uint32_t)len; in PHP_FUNCTION()
55 sapi_header_line ctr = {0}; in PHP_FUNCTION() local
64 ctr.line = line; in PHP_FUNCTION()
65 ctr.line_len = (uint32_t)len; in PHP_FUNCTION()
85 sapi_header_line ctr = {0}; in php_setcookie() local
187 ctr.line = ZSTR_VAL(buf.s); in php_setcookie()
188 ctr.line_len = (uint32_t) ZSTR_LEN(buf.s); in php_setcookie()
[all …]
/PHP-8.0/ext/date/tests/
H A Dbug-gh9763.phpt2 Test bug GH-9763: DateTimeZone ctr mishandles input and adds null byte if the argument is an offset…
/PHP-8.0/ext/phar/
H A Dphar_object.c140 sapi_header_line ctr = {0}; in phar_file_action() local
171 ctr.line_len = spprintf((char **) &(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
173 efree((void *) ctr.line); in phar_file_action()
176 efree((void *) ctr.line); in phar_file_action()
298 sapi_header_line ctr = {0}; in phar_do_403() local
300 ctr.response_code = 403; in phar_do_403()
312 sapi_header_line ctr = {0}; in phar_do_404() local
324 ctr.response_code = 404; in phar_do_404()
759 ctr.response_code = 301; in PHP_METHOD()
770 ctr.response_code = 0; in PHP_METHOD()
[all …]
/PHP-8.0/main/
H A DSAPI.c621 sapi_header_line ctr = {0}; in sapi_add_header_ex() local
624 ctr.line = header_line; in sapi_add_header_ex()
625 ctr.line_len = header_line_len; in sapi_add_header_ex()
628 &ctr); in sapi_add_header_ex()
H A Dmain.c1379 sapi_header_line ctr = {0}; in php_error_cb() local
1381 ctr.line = "HTTP/1.0 500 Internal Server Error"; in php_error_cb()
1382 ctr.line_len = sizeof("HTTP/1.0 500 Internal Server Error") - 1; in php_error_cb()
1383 sapi_header_op(SAPI_HEADER_REPLACE, &ctr); in php_error_cb()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1928 sapi_header_line ctr = {0}; in main() local
1930 ctr.line = CGIG(error_header); in main()
1931 ctr.line_len = strlen(CGIG(error_header)); in main()
1932 sapi_header_op(SAPI_HEADER_REPLACE, &ctr); in main()
/PHP-8.0/
H A DNEWS54 . Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null byte if

Completed in 48 milliseconds