Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dbug72202.phpt26 object(CurlHandle)#1 (0) {
28 object(CurlHandle)#1 (0) {
30 object(CurlHandle)#1 (0) {
32 object(CurlHandle)#1 (0) {
H A Dbug80121.phpt2 Bug #80121: Null pointer deref if CurlHandle directly instantiated
9 new CurlHandle;
26 Cannot directly construct CurlHandle, use curl_init() instead
H A Dbug48514.phpt18 object(CurlHandle)#1 (0) {
20 string(10) "CurlHandle"
H A Dcurl_multi_info_read.phpt40 object(CurlHandle)#%d (0) {
49 object(CurlHandle)#%d (0) {
H A Dcurl_close_basic.phpt15 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.phpt20 #0 %s(%d): curl_setopt(Object(CurlHandle), %d, Object(Test))
H A Dcurl_ssh_hostkey_invalid_callable.phpt15 function testOption(CurlHandle $handle, int $option) {
H A Dcurl_setopt_callables.phpt8 function testOption(CurlHandle $handle, int $option) {
H A Dcurl_setopt_ssl.phpt21 function check_error(CurlHandle $ch) {
/php-src/ext/curl/
H A Dcurl.stub.php3560 final class CurlHandle class
3580 function curl_close(CurlHandle $handle): void {}
3583 function curl_copy_handle(CurlHandle $handle): CurlHandle|false {}
3585 function curl_errno(CurlHandle $handle): int {}
3588 function curl_error(CurlHandle $handle): string {}
3598 function curl_exec(CurlHandle $handle): string|bool {}
3606 function curl_init(?string $url = null): CurlHandle|false {}
3609 function curl_upkeep(CurlHandle $handle): bool {}
3621 function curl_multi_getcontent(CurlHandle $handle): ?string {}
3640 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)
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)
77 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
[all …]

Completed in 26 milliseconds