Searched refs:CurlHandle (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/curl/tests/ |
H A D | bug72202.phpt | 26 object(CurlHandle)#1 (0) { 28 object(CurlHandle)#1 (0) { 30 object(CurlHandle)#1 (0) { 32 object(CurlHandle)#1 (0) {
|
H A D | bug80121.phpt | 2 Bug #80121: Null pointer deref if CurlHandle directly instantiated 9 new CurlHandle; 26 Cannot directly construct CurlHandle, use curl_init() instead
|
H A D | bug48514.phpt | 18 object(CurlHandle)#1 (0) { 20 string(10) "CurlHandle"
|
H A D | curl_multi_info_read.phpt | 40 object(CurlHandle)#%d (0) { 49 object(CurlHandle)#%d (0) {
|
H A D | curl_close_basic.phpt | 15 object(CurlHandle)#1 (0) {
|
H A D | curl_basic_014.phpt | 13 object(CurlHandle)#1 (0) {
|
H A D | curl_int_cast.phpt | 2 Casting CurlHandle to int returns object ID
|
H A D | bug79741.phpt | 20 #0 %s(%d): curl_setopt(Object(CurlHandle), %d, Object(Test))
|
H A D | curl_setopt_CURLOPT_PREREQFUNCTION.phpt | 128 string(10) "CurlHandle" 140 string(10) "CurlHandle" 152 string(10) "CurlHandle"
|
H A D | curl_ssh_hostkey_invalid_callable.phpt | 15 function testOption(CurlHandle $handle, int $option) {
|
H A D | curl_setopt_callables.phpt | 8 function testOption(CurlHandle $handle, int $option) {
|
H A D | curl_setopt_ssl.phpt | 21 function check_error(CurlHandle $ch) {
|
H A D | curl_setopt_CURLOPT_DEBUGFUNCTION.phpt | 52 var_dump(curl_setopt($ch, CURLOPT_DEBUGFUNCTION, function(CurlHandle $curlHandle, int $type, string…
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 3651 final class CurlHandle class 3671 function curl_close(CurlHandle $handle): void {} 3674 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} 3676 function curl_errno(CurlHandle $handle): int {} 3679 function curl_error(CurlHandle $handle): string {} 3689 function curl_exec(CurlHandle $handle): string|bool {} 3697 function curl_init(?string $url = null): CurlHandle|false {} 3700 function curl_upkeep(CurlHandle $handle): bool {} 3714 function curl_multi_getcontent(CurlHandle $handle): ?string {} 3733 function curl_pause(CurlHandle $handle, int $flags): int {} [all …]
|
H A D | curl_arginfo.h | 5 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 9 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 13 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 17 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 21 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 34 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 44 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 54 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 60 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) 81 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0) [all …]
|
Completed in 25 milliseconds