Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dsoap.c2914 HashTable *default_headers = Z_ARRVAL_P(*tmp); local
2923 zend_hash_internal_pointer_reset(default_headers);
2924 while (zend_hash_get_current_data(default_headers, (void**)&tmp) == SUCCESS) {
2929 zend_hash_move_forward(default_headers);
3208 zval *default_headers; local
3216 zval *default_headers; local
3217 ALLOC_INIT_ZVAL(default_headers);
3218 array_init(default_headers);
3220 add_next_index_zval(default_headers, headers);
3221 Z_DELREF_P(default_headers);
[all …]

Completed in 23 milliseconds