Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/soap/
H A DTODO.old15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what …
H A Dphp_sdl.h93 sdlTransport transport; /* not implemented yet */ member
H A DTODO90 - transport abstraction layer???
H A Dphp_sdl.c867 soapBinding->transport = SOAP_TRANSPORT_HTTP; in load_wsdl()
1684 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); in get_sdl_from_cache()
2279 WSDL_CACHE_PUT_1(binding->transport, out); in add_sdl_to_cache()
/PHP-5.5/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-5.5/ext/standard/
H A Dftp_fopen_wrapper.c140 char *transport; in php_ftp_fopen_connect() local
157 transport_len = spprintf(&transport, 0, "tcp://%s:%d", resource->host, resource->port); in php_ftp_fopen_connect()
158 …stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | ST… in php_ftp_fopen_connect()
159 efree(transport); in php_ftp_fopen_connect()
427 char *transport; in php_stream_url_wrap_ftp() local
555 transport_len = spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
556 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
557 efree(transport); in php_stream_url_wrap_ftp()
/PHP-5.5/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-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc25 * this does not transport any state or control information of your accept()
H A Drecursivefilteriterator.inc25 * this does not transport any state or control information of your accept()
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c931 char * transport = NULL; local
939 transport_len = mnd_sprintf(&transport, 0, "unix://%s", socket_or_pipe);
947 transport_len = mnd_sprintf(&transport, 0, "pipe://%s", socket_or_pipe);
954 transport_len = mnd_sprintf(&transport, 0, "tcp://%s:%u", host, port);
956 if (!transport) {
960 DBG_INF_FMT("transport=%s conn->scheme=%s", transport, conn->scheme);
961 conn->scheme = mnd_pestrndup(transport, transport_len, conn->persistent);
963 mnd_sprintf_free(transport);
964 transport = NULL;
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt133 string(45) "Cannot send after transport endpoint shutdown"
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1002 # iso 13818 transport stream
1014 >188 byte 0x47 MPEG transport stream data
/PHP-5.5/
H A DNEWS5592 - Fixed bug #48805 (IPv6 socket transport is not working). (Ilia)

Completed in 132 milliseconds