Searched refs:hdrs (Results 1 – 3 of 3) sorted by relevance
89 $hdrs = <<<HDRS98 $hdrs .="\nContent-Encoding: gzip";100 //echo "Headers sent:\n$hdrs\n\n";106 if(fwrite($fp, "$hdrs\n\n$data")) {
30 HashTable *hdrs = NULL; in parse_packet_soap() local264 hdrs = fnb->output.headers; in parse_packet_soap()397 if (hdrs) { in parse_packet_soap()407 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
3929 HashTable *hdrs = NULL; in serialize_function_call() local3960 hdrs = fnb->input.headers; in serialize_function_call()4064 if (hdrs) { in serialize_function_call()4072 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in serialize_function_call()
Completed in 29 milliseconds