Home
last modified time | relevance | path

Searched refs:binding (Results 26 – 50 of 64) sorted by path

123

/PHP-7.4/ext/oci8/tests/
H A Dbind_empty.phpt2 binding empty values
H A Dcursor_bind_err.phpt2 binding a cursor (with errors)
H A Dlob_temp2.phpt2 Writing temporary lob before binding
/PHP-7.4/ext/opcache/tests/
H A Dbug66338.phpt2 Bug #66338 (Optimization binding of class constants is not safely opcacheable)
H A Dpreload_variance.inc40 // Early-binding preventer.
/PHP-7.4/ext/pdo/tests/
H A Dbug_35671.phpt2 PDO Common: Bug #35671 (binding by name breakage)
H A Dbug_44861.phpt56 // Test binding params via emulated prepared query
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_73087.phpt2 PDO_Firebird: bug 73087 segfault binding blob parameter
H A Dexecute.phpt2 PDO_Firebird: prepare/execute/binding
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69344.phpt2 PDO PgSQL Bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
H A Dbug72570.phpt2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
H A Dbug_33876.phpt23 # this is the portable approach to binding a bool
30 # this is the portable approach to binding a bool
59 # this is the portable approach to binding a bool
66 # this is the portable approach to binding a bool
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt2 __toString() exception during PDO Sqlite parameter binding
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c257 if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { in parse_packet_soap()
H A Dphp_sdl.c183 sdlBindingPtr binding; in get_binding_from_type() local
191 return binding; in get_binding_from_type()
199 sdlBindingPtr binding; in get_binding_from_name() local
210 return binding; in get_binding_from_name()
842 binding = tmp; in load_wsdl()
3440 if (binding->name) { in delete_binding()
3450 efree(binding); in delete_binding()
3460 if (binding->name) { in delete_binding_persistent()
3470 free(binding); in delete_binding_persistent()
3640 if (binding->ns) { in delete_fault()
[all …]
H A Dphp_sdl.h233 struct _sdlBinding *binding; member
H A Dsoap.c2678 sdlBindingPtr binding = fn->binding; local
2688 location = binding->location;
3350 function->binding &&
3394 if (function && function->binding && function->binding->bindingType == BINDING_SOAP) {
3649 if (h->function && h->function->binding && h->function->binding->bindingType == BINDING_SOAP) {
3670 if (function && function->binding && function->binding->bindingType == BINDING_SOAP) {
3933 if (function->binding &&
3948 if (function->binding &&
4048 function->binding &&
4111 if (function && function->binding && function->binding->bindingType == BINDING_SOAP) {
[all …]
/PHP-7.4/ext/soap/tests/
H A Dbug68361.phpt60 <binding name="TestServerBinding" type="tns:TestServerPortType">
61 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
80 </binding>
82 <port name="TestServerPort" binding="tns:TestServerBinding">
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl24 <binding name="bindingName" type="y:SOAPport">
25 <soap:binding style="rpc"
35 </binding>
37 <port name="myPort" binding="y:bindingName">
H A Dbug29795.wsdl23 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
34 </binding>
36 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug29839.wsdl25 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
36 </binding>
38 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug34453.wsdl25 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
36 </binding>
38 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug40609.wsdl26binding name="StockQuoteServiceSOAP11Binding" type="axis2:StockQuoteServicePortType"><soap:binding
H A Dbug50698_1.wsdl189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
190 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
200 </wsdl:binding>
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
203 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/>
213 </wsdl:binding>
215 <wsdl:port name="BasicHttpBinding_EchoService" binding="tns:BasicHttpBinding_EchoService">
218 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
H A Dbug50698_2.phpt13 … $e->faultstring == 'SOAP-ERROR: Parsing WSDL: Could not find any usable binding services in WSDL.…

Completed in 68 milliseconds

123