Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/oci8/
H A Doci8_statement.c1667 bind->bind = NULL; in php_oci_bind_array_by_name()
1677 (OCIBind **)&bind->bind, in php_oci_bind_array_by_name()
1709 efree(bind); in php_oci_bind_array_by_name()
1762 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_string()
1815 return bind; in php_oci_bind_array_helper_string()
1835 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_number()
1856 return bind; in php_oci_bind_array_helper_number()
1876 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_double()
1897 return bind; in php_oci_bind_array_helper_double()
1918 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_date()
[all …]
/PHP-8.3/ext/oci8/tests/
H A Derror_bind.phpt30 echo "Test 1 - Assign a resource to the bind variable and execute\n";
34 echo "Test 2 - Re-bind a resource\n";
57 Test 1 - Assign a resource to the bind variable and execute
59 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
61 Test 2 - Re-bind a resource
63 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
65 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
70 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
H A Dlob_001.phpt25 echo "Test 1 OCI_B_BLOB bind\n";
49 echo "Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind\n";
71 Test 1 OCI_B_BLOB bind
90 Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind
H A Dnull_byte_3.phpt24 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n";
38 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
H A Dnull_byte_2.phpt28 echo "Test 3: Using a null byte in a bind variable name\n";
46 Test 3: Using a null byte in a bind variable name
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt27 printf("[003] Cannot bind value, %s %s\n",
49 printf("[006] Cannot bind value, %s %s\n",
73 printf("[009] Cannot bind value, %s %s\n",
98 printf("[012] Cannot bind value, %s %s\n",
102 printf("[013] Cannot bind value, %s %s\n",
127 printf("[016] Cannot bind value, %s %s\n",
132 printf("[017] Cannot bind value, %s %s\n",
167 printf("[003] Cannot bind value, %s %s\n",
189 printf("[006] Cannot bind value, %s %s\n",
213 printf("[009] Cannot bind value, %s %s\n",
[all …]
H A Dpdo_mysql_stmt_bindparam.phpt23 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
30 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
34 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
56 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset,
69 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
73 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
H A Dpdo_mysql_stmt_closecursor_empty.phpt29 printf("[003] Cannot bind parameter, %s %s\n",
36 printf("[004] Cannot bind integer column, %s %s\n",
40 printf("[005] Cannot bind string column, %s %s\n",
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt29 /* bind as LOB; the oid from the pgsql stream will be inserted instead
30 * of the stream contents. Binding other streams will attempt to bind
32 * You can also just bind the $oid in as a string. */
48 /* Try again, with late bind */
52 echo "Fetching late bind:\n";
59 /* Try again, with NO bind */
63 echo "Fetching NO bind:\n";
93 Fetching late bind:
97 Fetching NO bind:
H A Dbug66584.phpt48 $bind = join(', ', array_fill(0, count($data), '?'));
50 $stmt = $pdo->prepare("SELECT COUNT(*) FROM b66584 WHERE a IN ({$bind})");
/PHP-8.3/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt44 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
47 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
50 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
53 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
56 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dldap_bind_error.phpt24 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
27 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-8.3/Zend/tests/
H A Dclosure_043.phpt7 * to a non-static instance when attempting to bind one */
59 Warning: Cannot bind an instance to a static closure in %s on line %d
61 Warning: Cannot bind an instance to a static closure in %s on line %d
71 Warning: Cannot bind an instance to a static closure in %s on line %d
73 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
187 Cannot bind method Cls::method() to object of class ClsUnrelated
208 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
238 Cannot bind closure to scope of internal class stdClass
H A Dclosure_039.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dclosure_038.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-8.3/ext/pdo/tests/
H A Dpdo_024.phpt35 echo "bind: fail\n";
37 echo "bind: success\n";
44 bind: success
/PHP-8.3/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt2 Test if socket_create_listen() returns false, when it cannot bind to the port.
24 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)
19 socket_bind($servers, $path) or die("Could not bind");
/PHP-8.3/Zend/
H A Dzend_closures_arginfo.h29 ZEND_METHOD(Closure, bind);
37 ZEND_ME(Closure, bind, arginfo_class_Closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dzend_closures.stub.php13 public static function bind( function in Closure
/PHP-8.3/ext/opcache/jit/
H A Dzend_elf.h100 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
/PHP-8.3/Zend/tests/anon/
H A D013.phpt10 $closure = Closure::bind($foo, $class, $class);

Completed in 44 milliseconds

12345