Home
last modified time | relevance | path

Searched refs:binding (Results 1 – 25 of 44) sorted by path

12

/PHP-5.5/
H A DNEWS325 . Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
3078 . Fixed bug #60968 (Late static binding doesn't work with
3434 . Fixed bug #55653 (PS crash with libmysql when binding same variable as
3717 . Fixed bug #60968 (Late static binding doesn't work with
4944 - Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
5922 . Added concept of "delayed early binding" that allows opcode caches to
5923 perform class declaration (early and/or run-time binding) in exactly
/PHP-5.5/Zend/
H A DZEND_CHANGES1082 * Runtime binding of function names.
/PHP-5.5/Zend/tests/
H A Dbug47699.phpt2 Bug #47699 (autoload and late static binding)
H A Dclosure_041.phpt41 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";
68 Before binding
77 After binding, no instance
88 After binding, with same-class instance for the bound ones
101 After binding, with different instance for the bound ones
H A Dclosure_043.phpt20 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";
43 Before binding
50 After binding, null scope, no instance
57 After binding, null scope, with instance
68 After binding, with scope, no instance
75 After binding, with scope, with instance
H A Dclosure_044.phpt20 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";
43 Before binding
50 After binding, null scope, no instance
57 After binding, null scope, with instance
64 After binding, with scope, no instance
71 After binding, with scope, with instance
H A Dclosure_046.phpt23 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";
43 Before binding
50 After binding, no instance
59 After binding, with same-class instance for the bound one
66 After binding, with different instance for the bound one
/PHP-5.5/ext/interbase/tests/
H A D006.phpt2 InterBase: binding (may take a while)
/PHP-5.5/ext/ldap/tests/
H A DREADME43 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
44 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding
45 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
47 …P_BIND_FAILURE (default: true) Whether to fail the test or not in case binding fails
H A Dldap_bind_basic.phpt2 ldap_bind() - Basic anonymous binding
H A Dldap_bind_variation.phpt2 ldap_bind() - Advanced binding
H A Dldap_sasl_bind_basic.phpt2 ldap_sasl_bind() - Basic anonymous binding
/PHP-5.5/ext/mysqli/tests/
H A D064.phpt2 NULL binding
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dmysqli_stmt_bind_param_type_juggling.phpt2 mysqli_stmt_bind_param() - binding variable twice
/PHP-5.5/ext/oci8/tests/
H A Dbind_empty.phpt2 binding empty values
H A Dcursor_bind_err.phpt2 binding a cursor (with errors)
/PHP-5.5/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-5.5/ext/pdo_firebird/tests/
H A Dexecute.phpt2 PDO_Firebird: prepare/execute/binding
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69344.phpt2 PDO PgSQL Bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
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-5.5/ext/soap/
H A DTODO52 - <soap:body> parts attribute (with MIME/DIME binding)
53 - MIME binding
54 - DIME binding
56 - support for binding operation input/output name attribute (part of overloading)
59 - HTTP GET/POST binding
H A Dphp_packet_soap.c256 if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { in parse_packet_soap()
H A Dphp_sdl.c182 sdlBindingPtr *binding; in get_binding_from_type() local
192 return *binding; in get_binding_from_type()
211 return binding; in get_binding_from_name()
846 binding = *tmp; in load_wsdl()
3476 if (binding->name) { in delete_binding()
3486 efree(binding); in delete_binding()
3496 if (binding->name) { in delete_binding_persistent()
3506 free(binding); in delete_binding_persistent()
3672 if (binding->ns) { in delete_fault()
3693 if (binding->ns) { in delete_fault_persistent()
[all …]

Completed in 111 milliseconds

12