Home
last modified time | relevance | path

Searched refs:handle (Results 276 – 300 of 446) sorted by relevance

1...<<1112131415161718

/PHP-8.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_doclit.inc37 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt6 * Pass a directory handle pointing to a directory that has a sub-directory
H A Dreaddir_variation3-win32-mb.phpt12 * Pass a directory handle pointing to a directory that has a sub-directory
/PHP-8.3/ext/ftp/
H A Dftp.c1394 SSL *handle = NULL; in single_send() local
1399 handle = ftp->ssl_handle; in single_send()
1402 handle = ftp->data->ssl_handle; in single_send()
1409 sent = SSL_write(handle, buf, size); in single_send()
1410 err = SSL_get_error(handle, sent); in single_send()
1419 SSL_shutdown(handle); in single_send()
1493 SSL *handle = NULL; in my_recv() local
1512 handle = ftp->ssl_handle; in my_recv()
1515 handle = ftp->data->ssl_handle; in my_recv()
1519 if (handle) { in my_recv()
[all …]
/PHP-8.3/ext/soap/tests/
H A Dserver014.phpt32 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver022.phpt35 $server->handle($HTTP_RAW_POST_DATA);
H A Dany.phpt38 $this->server->handle($request);
H A Dserver003.phpt26 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver005.phpt30 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver019.phpt31 $server->handle();
H A Dserver020.phpt32 $server->handle();
H A Dserver026.phpt31 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc28 * @param string|resource file contents or open file handle
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug66112.phpt30 $s->handle($HTTP_RAW_POST_DATA);
H A Dbug41566.phpt42 $server->handle($HTTP_RAW_POST_DATA);
56 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug28751.phpt32 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug29839.phpt25 $this->server->handle($request);
H A Dbug31422.phpt36 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug32776.phpt28 $this->server->handle($request);
H A Dbug34453.phpt25 $this->server->handle($request);
H A Dbug43045.phpt21 $this->server->handle($request);
/PHP-8.3/ext/standard/tests/strings/
H A Dchr_variation1.phpt47 fclose($file_handle); //closing the file handle
/PHP-8.3/ext/standard/tests/file/
H A Dfflush_variation4.phpt6 /* test fflush() with handle to a file opened in read-only mode as resource */
H A Dfpassthru_variation.phpt52 fclose($file_read); // closing the handle
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_options.phpt59 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
60 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */

Completed in 72 milliseconds

1...<<1112131415161718