Home
last modified time | relevance | path

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

/PHP-8.0/ext/curl/
H A Dcurl.stub.php5 final class CurlHandle class
17 function curl_close(CurlHandle $handle): void {}
19 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {}
21 function curl_errno(CurlHandle $handle): int {}
23 function curl_error(CurlHandle $handle): string {}
26 function curl_escape(CurlHandle $handle, string $string): string|false {}
34 function curl_exec(CurlHandle $handle): string|bool {}
40 function curl_init(?string $url = null): CurlHandle|false {}
51 function curl_multi_getcontent(CurlHandle $handle): ?string {}
65 function curl_pause(CurlHandle $handle, int $flags): int {}
[all …]
H A Dcurl_arginfo.h5 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)
22 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
40 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
50 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
60 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
77 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
101 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
[all …]
/PHP-8.0/ext/curl/tests/
H A Dbug72202.phpt30 object(CurlHandle)#1 (0) {
32 object(CurlHandle)#1 (0) {
34 object(CurlHandle)#1 (0) {
36 object(CurlHandle)#1 (0) {
H A Dbug80121.phpt2 Bug #80121: Null pointer deref if CurlHandle directly instantiated
7 new CurlHandle;
24 Cannot directly construct CurlHandle, use curl_init() instead
H A Dbug48514.phpt24 object(CurlHandle)#1 (0) {
26 string(10) "CurlHandle"
H A Dcurl_multi_info_read.phpt42 object(CurlHandle)#%d (0) {
51 object(CurlHandle)#%d (0) {
H A Dcurl_close_basic.phpt17 object(CurlHandle)#1 (0) {
H A Dcurl_basic_014.phpt13 object(CurlHandle)#1 (0) {
H A Dcurl_int_cast.phpt2 Casting CurlHandle to int returns object ID
H A Dbug79741.phpt18 #0 %s(%d): curl_setopt(Object(CurlHandle), %d, Object(Test))
/PHP-8.0/
H A DUPGRADING1025 . curl_init() will now return a CurlHandle object rather than a resource.
1028 instead the CurlHandle instance is automatically destroyed if it is no
H A DNEWS1311 . Fixed bug #80121 (Null pointer deref if CurlHandle directly instantiated).

Completed in 31 milliseconds