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()
4178 HashTable *hdrs = NULL; local4207 hdrs = fnb->input.headers;4315 if (hdrs) {4323 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
Completed in 46 milliseconds