Searched refs:hdrs (Results 1 – 3 of 3) sorted by relevance
86 $hdrs = <<<HDRS95 $hdrs .="\nContent-Encoding: gzip"; 97 //echo "Headers sent:\n$hdrs\n\n";103 if(fwrite($fp, "$hdrs\n\n$data")) {
33 HashTable *hdrs = NULL; in parse_packet_soap() local267 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()
4222 HashTable *hdrs = NULL; local4251 hdrs = fnb->input.headers;4359 if (hdrs) {4367 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
Completed in 20 milliseconds