Home
last modified time | relevance | path

Searched refs:request_info (Results 26 – 28 of 28) sorted by relevance

12

/PHP-7.4/ext/soap/
H A Dsoap.c1517 if (SG(request_info).request_method &&
1518 strcmp(SG(request_info).request_method, "GET") == 0 &&
1519 SG(request_info).query_string &&
1520 stricmp(SG(request_info).query_string, "wsdl") == 0) {
1568 if (SG(request_info).request_body && 0 == php_stream_rewind(SG(request_info).request_body)) {
1592 php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c956 file_handle->filename == SG(request_info).path_translated) { in zend_get_file_handle_timestamp()
1953 file_handle->filename == SG(request_info).path_translated && in persistent_compile_file()
2237 filename == SG(request_info).path_translated && in persistent_stream_open_function()
2263 filename == SG(request_info).path_translated) || in persistent_zend_resolve_path()
4830 SG(request_info).no_headers = 1; in accel_finish_startup()
/PHP-7.4/ext/session/
H A Dsession.c1146 path = SG(request_info).path_translated; in last_modified()

Completed in 35 milliseconds

12