tmpheader         248 ext/standard/http_fopen_wrapper.c 				zval **tmpheader = NULL;
tmpheader         251 ext/standard/http_fopen_wrapper.c 					SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos);
tmpheader         253 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_PP(tmpheader) == IS_STRING) {
tmpheader         254 ext/standard/http_fopen_wrapper.c 						s = Z_STRVAL_PP(tmpheader);
tmpheader         434 ext/standard/http_fopen_wrapper.c 			zval **tmpheader = NULL;
tmpheader         438 ext/standard/http_fopen_wrapper.c 				SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos);
tmpheader         441 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_PP(tmpheader) == IS_STRING) {
tmpheader         442 ext/standard/http_fopen_wrapper.c 					smart_str_appendl(&tmpstr, Z_STRVAL_PP(tmpheader), Z_STRLEN_PP(tmpheader));