Home
last modified time | relevance | path

Searched refs:handle (Results 201 – 225 of 727) sorted by relevance

12345678910>>...30

/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt21 // copy the handle
H A Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
/PHP-7.0/Zend/tests/
H A Dbug32993.phpt24 ; // handle exception
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug28969.phpt22 $this->server->handle($request);
H A Dbug29844.phpt26 $this->server->handle($request);
H A Dbug38055.phpt25 $this->server->handle($request);
H A Dbug42183.phpt23 $server->handle($req);
H A Dbug42692.phpt23 $this->server->handle($request);
H A Dbug46419.phpt21 $this->server->handle($request);
H A Dbug34643.phpt27 $this->server->handle($request);
/PHP-7.0/ext/soap/tests/
H A Dserver012.phpt15 $server->handle();
H A Dtransport001.phpt21 $this->server->handle($request);
H A Dserver010.phpt36 $server->handle($HTTP_RAW_POST_DATA);
54 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver009.phpt43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.0/ext/dba/
H A Ddba.c71 ZEND_ARG_INFO(0, handle)
76 ZEND_ARG_INFO(0, handle)
82 ZEND_ARG_INFO(0, handle)
90 ZEND_ARG_INFO(0, handle)
94 ZEND_ARG_INFO(0, handle)
99 ZEND_ARG_INFO(0, handle)
105 ZEND_ARG_INFO(0, handle)
111 ZEND_ARG_INFO(0, handle)
115 ZEND_ARG_INFO(0, handle)
119 ZEND_ARG_INFO(0, handle)
/PHP-7.0/tests/security/
H A Dopen_basedir.inc36 $handle = opendir($directory);
39 while (FALSE !== ($item = readdir($handle))) {
53 closedir($handle);
/PHP-7.0/ext/interbase/tests/
H A Dibase_rollback_001.phpt40 Warning: ibase_rollback(): invalid transaction handle (expecting explicit transaction start) in %s…
/PHP-7.0/ext/ftp/tests/
H A Dftp_nb_get_large.phpt2 Testing ftp_nb_fget can handle large files incl. resume
/PHP-7.0/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc80 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.0/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-7.0/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-7.0/ext/standard/tests/file/
H A Dfgetc_variation1.phpt6 Prototype: string fgetc ( resource $handle );
40 // close the file handle
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
/PHP-7.0/ext/soap/
H A Dphp_sdl.h266 void delete_sdl(void *handle);
267 void delete_sdl_impl(void *handle);
/PHP-7.0/ext/ftp/
H A Dftp.c1272 SSL *handle = NULL; in my_send() local
1296 handle = ftp->ssl_handle; in my_send()
1299 handle = ftp->data->ssl_handle; in my_send()
1303 if (handle) { in my_send()
1306 err = SSL_get_error(handle, sent); in my_send()
1315 SSL_shutdown(handle); in my_send()
1365 SSL *handle = NULL; in my_recv() local
1385 handle = ftp->ssl_handle; in my_recv()
1388 handle = ftp->data->ssl_handle; in my_recv()
1392 if (handle) { in my_recv()
[all …]

Completed in 45 milliseconds

12345678910>>...30