/PHP-7.4/Zend/tests/ |
H A D | closure_044.phpt | 20 echo "Before binding", "\n"; 24 echo "After binding, null scope, no instance", "\n"; 28 echo "After binding, null scope, with instance", "\n"; 32 echo "After binding, with scope, no instance", "\n"; 36 echo "After binding, with scope, with instance", "\n"; 42 Before binding 49 After binding, null scope, no instance 58 After binding, null scope, with instance 65 After binding, with scope, no instance 74 After binding, with scope, with instance
|
H A D | closure_043.phpt | 20 echo "Before binding", "\n"; 24 echo "After binding, null scope, no instance", "\n"; 28 echo "After binding, null scope, with instance", "\n"; 32 echo "After binding, with scope, no instance", "\n"; 36 echo "After binding, with scope, with instance", "\n"; 42 Before binding 49 After binding, null scope, no instance 56 After binding, null scope, with instance 61 After binding, with scope, no instance 68 After binding, with scope, with instance
|
H A D | closure_046.phpt | 23 echo "Before binding", "\n"; 27 echo "After binding, no instance", "\n"; 33 echo "After binding, with same-class instance for the bound one", "\n"; 37 echo "After binding, with different instance for the bound one", "\n"; 42 Before binding 49 After binding, no instance 58 After binding, with same-class instance for the bound one 65 After binding, with different instance for the bound one
|
H A D | closure_041.phpt | 41 echo "Before binding", "\n"; 47 echo "After binding, no instance", "\n"; 55 echo "After binding, with same-class instance for the bound ones", "\n"; 61 echo "After binding, with different instance for the bound ones", "\n"; 67 Before binding 76 After binding, no instance 87 After binding, with same-class instance for the bound ones 96 After binding, with different instance for the bound ones
|
H A D | use_late_binding_conflict.phpt | 6 /* Reverse declaration order disables early-binding */
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 26 …binding name="StockQuoteServiceSOAP11Binding" type="axis2:StockQuoteServicePortType"><soap:binding…
|
H A D | bug29061.wsdl | 24 <binding name="bindingName" type="y:SOAPport"> 25 <soap:binding style="rpc" 35 </binding> 37 <port name="myPort" binding="y:bindingName">
|
H A D | bug29795.wsdl | 23 <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 D | bug29839.wsdl | 25 <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 D | bug34453.wsdl | 25 <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 D | bug50698_2.wsdl | 189 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService"> 191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/> 201 </wsdl:binding> 203 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 214 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 225 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 236 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 247 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 258 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 269 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> [all …]
|
H A D | bug50698_3.wsdl | 189 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService"> 191 <soap12:binding transport="http://schemas.microsoft.com/soap/tcp"/> 201 </wsdl:binding> 203 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 214 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 225 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 236 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 247 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 258 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> 269 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService"> [all …]
|
/PHP-7.4/ext/soap/ |
H A D | php_sdl.c | 183 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 …]
|
/PHP-7.4/ext/soap/tests/schema/ |
H A D | test_schema.inc | 36 <binding name="testBinding" type="testPortType"> 37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 44 </binding> 46 <port name="testPort" binding="tns:testBinding">
|
/PHP-7.4/ext/soap/tests/ |
H A D | classmap.wsdl | 34 <binding name="testBinding" type="tns:testPortType"> 35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 54 </binding> 56 <port name="testPort" binding="tns:testBinding">
|
H A D | bug68361.phpt | 60 <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/Zend/tests/anon/ |
H A D | 014.phpt | 2 anonymous class trait binding
|
H A D | 013.phpt | 2 closure binding to anonymous class
|
H A D | 010.phpt | 2 Trait binding after anon class
|
/PHP-7.4/Zend/tests/arrow_functions/ |
H A D | 004.phpt | 6 // This should work, but *not* generate a binding for $GLOBALS
|
/PHP-7.4/Zend/tests/type_declarations/variance/ |
H A D | property_types_early_bind.phpt | 2 Early binding should be prevented if property types cannot be checked
|
/PHP-7.4/tests/lang/ |
H A D | 037.phpt | 2 'Static' binding for private variables
|
/PHP-7.4/Zend/tests/closures/ |
H A D | closure_from_callable_lsb.phpt | 2 Testing Closure::fromCallable() functionality: Late static binding
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug_33876.phpt | 23 # 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/ldap/tests/ |
H A D | ldap_bind_basic.phpt | 2 ldap_bind() - Basic anonymous binding
|