Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/tests/
H A Dbug73037.phpt86 $hdrs = <<<HDRS
95 $hdrs .="\nContent-Encoding: gzip";
97 //echo "Headers sent:\n$hdrs\n\n";
103 if(fwrite($fp, "$hdrs\n\n$data")) {
/PHP-7.3/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.c4170 HashTable *hdrs = NULL; local
4199 hdrs = fnb->input.headers;
4307 if (hdrs) {
4315 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {

Completed in 22 milliseconds