Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dsoap.c3077 HashTable *default_headers = Z_ARRVAL_P(*tmp); local
3086 zend_hash_internal_pointer_reset(default_headers);
3087 while (zend_hash_get_current_data(default_headers, (void**)&tmp) == SUCCESS) {
3090 zend_hash_move_forward(default_headers);
3344 zval *default_headers; local
3352 zval *default_headers; local
3353 ALLOC_INIT_ZVAL(default_headers);
3354 array_init(default_headers);
3356 add_next_index_zval(default_headers, headers);
3357 Z_DELREF_P(default_headers);
[all …]

Completed in 17 milliseconds