Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dcurl_share_setopt_basic001.phpt2 curl_share_setopt basic test
9 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
10 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
13 curl_share_setopt($sh, -1, 0);
22 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
H A Dcurl_persistent_share_005.phpt2 Curl persistent share handles cannot be used with curl_share_setopt
11 curl_share_setopt($sh, CURLOPT_SHARE, CURL_LOCK_DATA_CONNECT);
18 curl_share_setopt(): Argument #1 ($share_handle) must be of type CurlShareHandle, CurlSharePersiste…
H A Dcurl_share_errno_strerror_001.phpt14 curl_share_setopt($sh, -1, -1);
26 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
/php-src/ext/curl/
H A Dshare.c64 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
80 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() argument
245 CURLSHcode curlsh_error = curl_share_setopt(sh->share, CURLSHOPT_SHARE, Z_LVAL_P(entry)); in PHP_FUNCTION()
H A Dcurl_arginfo.h181 ZEND_FUNCTION(curl_share_setopt);
220 ZEND_FE(curl_share_setopt, arginfo_curl_share_setopt)
H A Dcurl.stub.php3757 function curl_share_setopt(CurlShareHandle $share_handle, int $option, mixed $value): bool {} function

Completed in 18 milliseconds