tmpheader         260 ext/standard/http_fopen_wrapper.c 				zval *tmpheader = NULL;
tmpheader         262 ext/standard/http_fopen_wrapper.c 				ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(tmpzval), tmpheader) {
tmpheader         263 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_P(tmpheader) == IS_STRING) {
tmpheader         264 ext/standard/http_fopen_wrapper.c 						s = Z_STRVAL_P(tmpheader);
tmpheader         433 ext/standard/http_fopen_wrapper.c 			zval *tmpheader = NULL;
tmpheader         436 ext/standard/http_fopen_wrapper.c 			ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(tmpzval), tmpheader) {
tmpheader         437 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_P(tmpheader) == IS_STRING) {
tmpheader         438 ext/standard/http_fopen_wrapper.c 					smart_str_append(&tmpstr, Z_STR_P(tmpheader));