Home
last modified time | relevance | path

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

/php-src/ext/soap/tests/bugs/
H A Dbug73037.phpt89 $hdrs = <<<HDRS
98 $hdrs .="\nContent-Encoding: gzip";
100 //echo "Headers sent:\n$hdrs\n\n";
106 if(fwrite($fp, "$hdrs\n\n$data")) {
/php-src/ext/soap/
H A Dphp_packet_soap.c30 HashTable *hdrs = NULL; in parse_packet_soap() local
264 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()
H A Dsoap.c3929 HashTable *hdrs = NULL; in serialize_function_call() local
3960 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