Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
/PHP-7.4/ext/curl/
H A Dphp_curl.h187 zval postfields; member
H A Dinterface.c1915 ZVAL_UNDEF(&ch->postfields); in alloc_curl_handle()
2157 HashTable *postfields; in build_mime_structure_from_hash() local
2170 postfields = HASH_OF(zpostfields); in build_mime_structure_from_hash()
2171 if (!postfields) { in build_mime_structure_from_hash()
2177 if (zend_hash_num_elements(postfields) > 0) { in build_mime_structure_from_hash()
2231 zval_ptr_dtor(&ch->postfields); in build_mime_structure_from_hash()
2232 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash()
2339 zval *postfields; in PHP_FUNCTION() local
2362 postfields = &ch->postfields; in PHP_FUNCTION()
2363 if (Z_TYPE_P(postfields) != IS_UNDEF) { in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds