Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dsoap.c2512 HashTable *default_headers = Z_ARRVAL_P(tmp); local
2518 ZEND_HASH_FOREACH_VAL(default_headers, tmp) {
2758 zval default_headers; local
2759 array_init(&default_headers);
2761 add_next_index_zval(&default_headers, headers);
2764 ZVAL_COPY_VALUE(Z_CLIENT_DEFAULT_HEADERS_P(this_ptr), &default_headers);

Completed in 17 milliseconds