Home
last modified time | relevance | path

Searched refs:requestIdB0 (Results 1 – 2 of 2) sorted by path

/PHP-7.1/main/
H A Dfastcgi.c141 unsigned char requestIdB0; member
1005 hdr->requestIdB0 = (unsigned char)(req_id & 0xff); in fcgi_make_header()
1088 req->id = (hdr.requestIdB1 << 8) + hdr.requestIdB0; in fcgi_read_request()
/PHP-7.1/sapi/fpm/tests/
H A Dfcgi.inc308 . chr($requestId & 0xFF) /* requestIdB0 */

Completed in 15 milliseconds