Home
last modified time | relevance | path

Searched refs:transport (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/ext/soap/tests/
H A Dtransport001.phpt2 SOAP Transport 1: Local transport using SoapClient::__doRequest
H A Dclassmap.wsdl35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug68361.phpt61 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt72 …able to connect to invalid://127.0.0.1:31337 (Unable to find the socket transport "invalid" - did …
74 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you c…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c560 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s);
569 transport.l = mnd_sprintf(&transport.s, 0, "pipe://%s", socket_or_pipe->s);
576 transport.l = mnd_sprintf(&transport.s, 0, "tcp://%s:%u", hostname.s, port);
578 DBG_INF_FMT("transport=%s", transport.s? transport.s:"OOM");
579 DBG_RETURN(transport);
675 const MYSQLND_CSTRING scheme = { transport.s, transport.l };
695 conn->scheme.s = mnd_pestrndup(transport.s, transport.l, conn->persistent);
697 if (transport.s) {
699 transport.s = NULL;
789 if (transport.s) {
[all …]
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c139 char *transport; in php_ftp_fopen_connect() local
156 …transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", ZSTR_VAL(resource->host), resource->po… in php_ftp_fopen_connect()
157 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
158 efree(transport); in php_ftp_fopen_connect()
428 char *transport; in php_stream_url_wrap_ftp() local
557 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
558 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
559 efree(transport); in php_stream_url_wrap_ftp()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl26 transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug29795.wsdl24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug29839.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug34453.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug40609.wsdl26transport="http://schemas.xmlsoap.org/soap/http" style="document" /><wsdl:operation name="update">…
H A Dbug50698_1.wsdl190 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
203 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
H A Dbug50698_4.wsdl190 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
203 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
H A Dbug50698_3.wsdl191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
H A Dbug50698_2.wsdl191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/PHP-7.4/ext/soap/
H A Dphp_sdl.h92 sdlTransport transport; /* not implemented yet */ member
H A Dphp_sdl.c863 soapBinding->transport = SOAP_TRANSPORT_HTTP; in load_wsdl()
1690 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); in get_sdl_from_cache()
2281 WSDL_CACHE_PUT_1(binding->transport, out); in add_sdl_to_cache()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt132 string(45) "Cannot send after transport endpoint shutdown"
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1419 # iso 13818 transport stream
1431 >188 byte 0x47 MPEG transport stream data
H A Dmagic1419 # iso 13818 transport stream
1431 >188 byte 0x47 MPEG transport stream data

Completed in 129 milliseconds