Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/soap/
H A Dphp_packet_soap.c33 HashTable *hdrs = NULL; in parse_packet_soap() local
267 hdrs = fnb->output.headers; in parse_packet_soap()
400 if (hdrs) { in parse_packet_soap()
410 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
H A Dsoap.c4222 HashTable *hdrs = NULL; local
4251 hdrs = fnb->input.headers;
4359 if (hdrs) {
4367 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {

Completed in 32 milliseconds