Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/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 Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
H A Dbug34643.phpt27 $this->server->handle($request);
H A Dbug38067.phpt24 $this->server->handle($request);
/PHP-7.4/ext/soap/tests/
H A Dserver012.phpt15 $server->handle();
H A Dserver029.phpt2 SOAP Server 29-CGI: new/addfunction/handle
33 $server->handle();
H A Dserver010.phpt36 $server->handle($HTTP_RAW_POST_DATA);
54 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c975 zval *handle, *method_name; in PHP_FUNCTION() local
978 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsz", &handle, &method_key, &method_key_len, &method_n… in PHP_FUNCTION()
982 …if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrp… in PHP_FUNCTION()
1005 zval *method_name, *handle; in PHP_FUNCTION() local
1008 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz", &handle, &method_name) == FAILURE) { in PHP_FUNCTION()
1012 …if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrp… in PHP_FUNCTION()
1034 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1040 …if (zend_parse_parameters(argc, "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_op… in PHP_FUNCTION()
1050 …if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrp… in PHP_FUNCTION()
1138 zval *handle, *desc; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dftp_nb_get_large.phpt2 Testing ftp_nb_fget can handle large files incl. resume
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc80 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/curl/tests/
H A Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
H A Dbug72202.phpt2 Bug #72202 (curl_close doesn't close cURL handle)
H A Dbug45161.phpt2 Bug #45161 (Reusing a curl handle leaks memory)
/PHP-7.4/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-7.4/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.4/tests/security/
H A Dopen_basedir.inc36 $handle = opendir($directory);
39 while (FALSE !== ($item = readdir($handle))) {
53 closedir($handle);
/PHP-7.4/main/
H A Dmain.c1606 php_stream_close((php_stream*)handle); in php_zend_stream_closer()
1612 php_stream *stream = handle; in php_zend_stream_fsizer()
1639 memset(handle, 0, sizeof(zend_file_handle)); in php_stream_open_for_zend_ex()
1640 handle->type = ZEND_HANDLE_STREAM; in php_stream_open_for_zend_ex()
1641 handle->filename = (char*)filename; in php_stream_open_for_zend_ex()
1642 handle->opened_path = opened_path; in php_stream_open_for_zend_ex()
1643 handle->handle.stream.handle = stream; in php_stream_open_for_zend_ex()
1644 handle->handle.stream.reader = (zend_stream_reader_t)_php_stream_read; in php_stream_open_for_zend_ex()
1645 handle->handle.stream.fsizer = php_zend_stream_fsizer; in php_stream_open_for_zend_ex()
1646 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
/PHP-7.4/ext/soap/
H A Dphp_sdl.h265 void delete_sdl(void *handle);
266 void delete_sdl_impl(void *handle);

Completed in 47 milliseconds

12345678910>>...26