Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_error.phpt38 …able to connect to invalid://127.0.0.1:31337 (Unable to find the socket transport "invalid" - did …
40 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you c…
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c521 MYSQLND_STRING transport; local
530 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s);
539 transport.l = mnd_sprintf(&transport.s, 0, "pipe://%s", socket_or_pipe->s);
546 transport.l = mnd_sprintf(&transport.s, 0, "tcp://%s:%u", hostname.s, port);
548 DBG_INF_FMT("transport=%s", transport.s? transport.s:"OOM");
549 DBG_RETURN(transport);
638 const MYSQLND_CSTRING scheme = { transport.s, transport.l };
659 if (transport.s) {
661 transport.s = NULL;
738 if (transport.s) {
[all …]
/PHP-8.1/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-8.1/ext/standard/
H A Dftp_fopen_wrapper.c133 char *transport; in php_ftp_fopen_connect() local
150 …transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", ZSTR_VAL(resource->host), resource->po… in php_ftp_fopen_connect()
151 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
152 efree(transport); in php_ftp_fopen_connect()
420 char *transport; in php_stream_url_wrap_ftp() local
549 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
550 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
551 efree(transport); in php_stream_url_wrap_ftp()
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29061.wsdl26 transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug34453.wsdl26 <soap:binding style="document" 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 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-8.1/ext/soap/tests/schema/
H A Dtest_schema.inc37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/PHP-8.1/ext/soap/
H A Dphp_sdl.h90 sdlTransport transport; /* not implemented yet */ member
H A Dphp_sdl.c862 soapBinding->transport = SOAP_TRANSPORT_HTTP; in load_wsdl()
1691 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); in get_sdl_from_cache()
2282 WSDL_CACHE_PUT_1(binding->transport, out); in add_sdl_to_cache()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic1634 # iso 13818 transport stream
1646 >188 byte 0x47 MPEG transport stream data
H A Dmagic私はガラスを食べられます1634 # iso 13818 transport stream
1646 >188 byte 0x47 MPEG transport stream data

Completed in 168 milliseconds