Searched refs:transport (Results 1 – 23 of 23) sorted by relevance
/PHP-8.4/sapi/fpm/tests/ |
H A D | fcgi.inc | 95 * 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 D | tester.inc | 403 * Creates new client transport.
|
/PHP-8.4/ext/standard/tests/network/ |
H A D | fsockopen_error.phpt | 38 …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.4/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 520 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-8.4/ext/soap/tests/ |
H A D | transport001.phpt | 2 SOAP Transport 1: Local transport using SoapClient::__doRequest
|
H A D | gh15711.wsdl | 26 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | classmap.wsdl | 35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
/PHP-8.4/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 133 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-8.4/ext/soap/tests/bugs/ |
H A D | bug29061.wsdl | 26 transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | bug29795.wsdl | 24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | bug29839.wsdl | 26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | bug34453.wsdl | 26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | bug40609.wsdl | 26 …transport="http://schemas.xmlsoap.org/soap/http" style="document" /><wsdl:operation name="update">…
|
H A D | bug68361.phpt | 61 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
H A D | bug50698_1.wsdl | 190 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> 203 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
|
H A D | bug50698_4.wsdl | 190 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> 203 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
|
H A D | bug50698_3.wsdl | 191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
|
H A D | bug50698_2.wsdl | 191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
|
/PHP-8.4/ext/soap/tests/schema/ |
H A D | test_schema.inc | 37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
/PHP-8.4/ext/soap/ |
H A D | php_sdl.h | 90 sdlTransport transport; /* not implemented yet */ member
|
H A D | php_sdl.c | 832 soapBinding->transport = SOAP_TRANSPORT_HTTP; in load_wsdl() 1667 WSDL_CACHE_GET_1(soap_binding->transport,sdlTransport,&in); in get_sdl_from_cache() 2258 WSDL_CACHE_PUT_1(binding->transport, out); in add_sdl_to_cache()
|
/PHP-8.4/ext/fileinfo/tests/ |
H A D | magic | 1710 # iso 13818 transport stream 1722 >188 byte 0x47 MPEG transport stream data
|
H A D | magic私はガラスを食べられます | 1710 # iso 13818 transport stream 1722 >188 byte 0x47 MPEG transport stream data
|
Completed in 373 milliseconds