Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/tests/
H A Dcurl_share_setopt_basic001.phpt2 curl_share_setopt basic test
13 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
14 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
15 var_dump(curl_share_setopt($sh, -1, 0));
22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
H A Dcurl_share_errno_strerror_001.phpt21 @curl_share_setopt($sh, -1, -1);
/PHP-7.4/ext/curl/
H A Dshare.c79 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
96 PHP_FUNCTION(curl_share_setopt) in PHP_FUNCTION() argument
H A Dphp_curl.h100 PHP_FUNCTION(curl_share_setopt);
H A Dinterface.c421 PHP_FE(curl_share_setopt, arginfo_curl_share_setopt)

Completed in 13 milliseconds