Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 119) sorted by relevance

12345

/PHP-7.4/ext/oci8/
H A Doci8_statement.c1665 bind->bind = NULL; in php_oci_bind_array_by_name()
1675 (OCIBind **)&bind->bind, in php_oci_bind_array_by_name()
1707 efree(bind); in php_oci_bind_array_by_name()
1764 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_string()
1817 return bind; in php_oci_bind_array_helper_string()
1837 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_number()
1858 return bind; in php_oci_bind_array_helper_number()
1878 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_double()
1899 return bind; in php_oci_bind_array_helper_double()
1920 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_date()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
30 echo "Test 2 - Re-bind a resource\n";
53 Test 1 - Assign a resource to the bind variable and execute
55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
57 Test 2 - Re-bind a resource
59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
H A Dlob_001.phpt22 echo "Test 1 OCI_B_BLOB bind\n";
46 echo "Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind\n";
70 Test 1 OCI_B_BLOB bind
89 Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind
H A Dnull_byte_3.phpt20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n";
36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
H A Dnull_byte_2.phpt25 echo "Test 3: Using a null byte in a bind variable name\n";
45 Test 3: Using a null byte in a bind variable name
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt27 /* bind as LOB; the oid from the pgsql stream will be inserted instead
28 * of the stream contents. Binding other streams will attempt to bind
30 * You can also just bind the $oid in as a string. */
46 /* Try again, with late bind */
50 echo "Fetching late bind:\n";
57 /* Try again, with NO bind */
61 echo "Fetching NO bind:\n";
86 Fetching late bind:
90 Fetching NO bind:
H A Dbug66584.phpt47 $bind = join(', ', array_fill(0, count($data), '?'));
49 $stmt = $pdo->prepare("SELECT COUNT(*) FROM b66584 WHERE a IN ({$bind})");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt26 printf("[003] Cannot bind value, %s %s\n",
48 printf("[006] Cannot bind value, %s %s\n",
72 printf("[009] Cannot bind value, %s %s\n",
97 printf("[012] Cannot bind value, %s %s\n",
101 printf("[013] Cannot bind value, %s %s\n",
126 printf("[016] Cannot bind value, %s %s\n",
131 printf("[017] Cannot bind value, %s %s\n",
166 printf("[003] Cannot bind value, %s %s\n",
188 printf("[006] Cannot bind value, %s %s\n",
212 printf("[009] Cannot bind value, %s %s\n",
[all …]
H A Dpdo_mysql_stmt_bindparam.phpt22 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
29 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
33 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
55 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset,
68 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
72 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
H A Dpdo_mysql_stmt_closecursor_empty.phpt28 printf("[003] Cannot bind parameter, %s %s\n",
35 printf("[004] Cannot bind integer column, %s %s\n",
39 printf("[005] Cannot bind string column, %s %s\n",
/PHP-7.4/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt50 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
53 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
56 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
59 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
62 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dldap_bind_error.phpt30 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
33 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dskipifbindfailure.inc9 die(sprintf("skip Can't bind to LDAP Server - [%d] %s", ldap_errno($link), ldap_error($link)));
/PHP-7.4/Zend/tests/
H A Dclosure_043.phpt7 * to a non-static instance when attempting to bind one */
58 Warning: Cannot bind an instance to a static closure in %s on line %d
60 Warning: Cannot bind an instance to a static closure in %s on line %d
70 Warning: Cannot bind an instance to a static closure in %s on line %d
72 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_061.phpt127 Cannot bind closure to scope of internal class stdClass
148 Cannot bind closure to scope of internal class stdClass
160 Cannot bind an instance to a static closure
163 Cannot bind an instance to a static closure
189 Cannot bind method Cls::method() to object of class ClsUnrelated
210 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
240 Cannot bind closure to scope of internal class stdClass
H A Dclosure_038.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dclosure_039.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dbug70630.phpt2 Bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt34 echo "bind: fail\n";
36 echo "bind: success\n";
43 bind: success
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c188 MYSQL_BIND *bind; in mysqli_stmt_bind_param_do_bind() local
210 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind()
211 bind[ofs].buffer = &Z_DVAL_P(param); in mysqli_stmt_bind_param_do_bind()
219 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind()
221 bind[ofs].buffer = &Z_LVAL_P(param); in mysqli_stmt_bind_param_do_bind()
259 efree(bind); in mysqli_stmt_bind_param_do_bind()
391 MYSQL_BIND *bind; in mysqli_stmt_bind_result_do_bind() local
446 bind[ofs].buffer_type = MYSQL_TYPE_NULL; in mysqli_stmt_bind_result_do_bind()
458 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_result_do_bind()
471 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt2 Test if socket_create_listen() returns false, when it cannot bind to the port.
23 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
H A Dsocket_abstract_path.phpt2 Support for paths in the abstract namespace (bind, connect)
20 socket_bind($servers, $path) or die("Could not bind");
/PHP-7.4/Zend/tests/anon/
H A D013.phpt10 $closure = Closure::bind($foo, $class, $class);
/PHP-7.4/Zend/tests/traits/
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_rebinding.phpt20 Warning: Cannot bind method A::method() to object of class B in %s on line %d

Completed in 48 milliseconds

12345