Home
last modified time | relevance | path

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

/PHP-8.3/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
186 ctr.line = ZSTR_VAL(buf.s); in php_setcookie()
187 ctr.line_len = (uint32_t) ZSTR_LEN(buf.s); in php_setcookie()
[all …]
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug81142.phpt6 $ctr = 0;
7 unserialize(serialize(["foo_$ctr" => 1]));
/PHP-8.3/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.3/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()
297 sapi_header_line ctr = {0}; in phar_do_403() local
299 ctr.response_code = 403; in phar_do_403()
311 sapi_header_line ctr = {0}; in phar_do_404() local
323 ctr.response_code = 404; in phar_do_404()
768 ctr.response_code = 301; in PHP_METHOD()
779 ctr.response_code = 0; in PHP_METHOD()
[all …]
/PHP-8.3/main/
H A DSAPI.c627 sapi_header_line ctr = {0}; in sapi_add_header_ex() local
630 ctr.line = header_line; in sapi_add_header_ex()
631 ctr.line_len = header_line_len; in sapi_add_header_ex()
634 &ctr); in sapi_add_header_ex()
H A Dmain.c1408 sapi_header_line ctr = {0}; in php_error_cb() local
1410 ctr.line = "HTTP/1.0 500 Internal Server Error"; in php_error_cb()
1411 ctr.line_len = sizeof("HTTP/1.0 500 Internal Server Error") - 1; in php_error_cb()
1412 sapi_header_op(SAPI_HEADER_REPLACE, &ctr); in php_error_cb()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c1956 sapi_header_line ctr = {0}; in main() local
1958 ctr.line = CGIG(error_header); in main()
1959 ctr.line_len = strlen(CGIG(error_header)); in main()
1960 sapi_header_op(SAPI_HEADER_REPLACE, &ctr); in main()

Completed in 52 milliseconds