Home
last modified time | relevance | path

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

/PHP-5.6/ext/curl/
H A Dshare.c57 zval *z_sh; in PHP_FUNCTION() local
60 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &z_sh) == FAILURE) { in PHP_FUNCTION()
64 ZEND_FETCH_RESOURCE(sh, php_curlsh *, &z_sh, -1, le_curl_share_handle_name, le_curl_share_handle); in PHP_FUNCTION()
65 zend_list_delete(Z_LVAL_P(z_sh)); in PHP_FUNCTION()

Completed in 117 milliseconds