Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt89 $hdrs = <<<HDRS
98 $hdrs .="\nContent-Encoding: gzip";
100 //echo "Headers sent:\n$hdrs\n\n";
106 if(fwrite($fp, "$hdrs\n\n$data")) {
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c32 HashTable *hdrs = NULL; in parse_packet_soap() local
266 hdrs = fnb->output.headers; in parse_packet_soap()
399 if (hdrs) { in parse_packet_soap()
409 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
H A Dsoap.c4202 HashTable *hdrs = NULL; local
4233 hdrs = fnb->input.headers;
4341 if (hdrs) {
4349 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {

Completed in 18 milliseconds