Searched refs:curl_share_setopt (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/curl/tests/ |
H A D | curl_share_setopt_basic001.phpt | 2 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 D | curl_share_errno_strerror_001.phpt | 21 @curl_share_setopt($sh, -1, -1);
|
/PHP-7.4/ext/curl/ |
H A D | share.c | 79 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 D | php_curl.h | 100 PHP_FUNCTION(curl_share_setopt);
|
H A D | interface.c | 421 PHP_FE(curl_share_setopt, arginfo_curl_share_setopt)
|
Completed in 19 milliseconds