Home
last modified time | relevance | path

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

/php-src/sapi/fpm/tests/
H A Dfcgi.inc95 * Stream transport.
221 * Socket transport.
448 * Data transport instance
451 private Transport $transport;
458 * @param Transport $transport Transport
465 $this->transport = $transport;
678 $this->transport->close();
807 if ($this->transport->write($request) === false || $this->transport->flush() === false) {
809 $info = $this->transport->getMetaData();
816 $this->transport->close();
[all …]
H A Dtester.inc415 * Creates new client transport.
/php-src/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-src/ext/mysqlnd/
H A Dmysqlnd_connection.c520 MYSQLND_STRING transport; local
529 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s);
538 transport.l = mnd_sprintf(&transport.s, 0, "pipe://%s", socket_or_pipe->s);
545 transport.l = mnd_sprintf(&transport.s, 0, "tcp://%s:%u", hostname.s, port);
547 DBG_INF_FMT("transport=%s", transport.s? transport.s:"OOM");
548 DBG_RETURN(transport);
637 const MYSQLND_CSTRING scheme = { transport.s, transport.l };
658 if (transport.s) {
660 transport.s = NULL;
737 if (transport.s) {
[all …]
/php-src/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-src/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()
418 char *transport; in php_stream_url_wrap_ftp() local
547 transport_len = (int)spprintf(&transport, 0, "tcp://%s:%d", hoststart, portno); in php_stream_url_wrap_ftp()
548 …datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT … in php_stream_url_wrap_ftp()
549 efree(transport); in php_stream_url_wrap_ftp()
/php-src/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-src/ext/soap/tests/schema/
H A Dtest_schema.inc37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/php-src/ext/soap/
H A Dphp_sdl.h90 sdlTransport transport; /* not implemented yet */ member
H A Dphp_sdl.c871 soapBinding->transport = SOAP_TRANSPORT_HTTP; in load_wsdl()
1703 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); in get_sdl_from_cache()
2294 WSDL_CACHE_PUT_1(binding->transport, out); in add_sdl_to_cache()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1710 # iso 13818 transport stream
1722 >188 byte 0x47 MPEG transport stream data
H A Dmagic1710 # iso 13818 transport stream
1722 >188 byte 0x47 MPEG transport stream data

Completed in 243 milliseconds