Home
last modified time | relevance | path

Searched refs:bind (Results 51 – 75 of 123) sorted by relevance

12345

/PHP-7.1/ext/oci8/tests/
H A Dbind_unsupported_3.phpt2 Bind with various bind types not supported by TimesTen
H A Dcursor_bind.phpt2 bind and fetch cursor from a statement
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
H A Dbind_sqltchr_1.phpt36 echo "\nTEST241 bind SQLT_CHR\n";
139 TEST241 bind SQLT_CHR
H A Dbind_long.phpt2 bind LONG field
H A Dbind_rowid.phpt2 Test ROWID bind
H A Dbind_unsupported_1.phpt2 Bind with various unsupported bind types
H A Dbind_sqltnum.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
H A Dbind_sqltnum_11g.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
/PHP-7.1/ext/mysqli/tests/
H A D059.phpt2 sqlmode + bind
H A Dmysqli_stmt_bind_result_references.phpt136 print "reference, simple object w reference, change after bind...\n";
158 print "reference, one level, change after bind...\n";
278 reference, simple object w reference, change after bind...
283 reference, one level, change after bind...
H A Dmysqli_stmt_execute_stored_proc.phpt106 // yes, I really do not want to bind input values...
144 // yes, I really do not want to bind input values...
150 …printf("[039] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt34 …printf("[006] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
74 …printf("[016] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
/PHP-7.1/ext/pdo_oci/
H A Dphp_pdo_oci_int.h75 OCIBind *bind; /* allocated by OCI */ member
/PHP-7.1/ext/sockets/tests/
H A Dunixloop.phpt25 die("Unable to bind to $sock_path");
H A Dsocket_getpeername_ipv4loop.phpt33 die('Unable to bind to '.$localhost);
H A Dsocket_getpeername_ipv6loop.phpt34 die('Unable to bind to '.$localhost);
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt21 die("Unable to bind to $address:1223");
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt25 die("Unable to bind to $address:1223");
/PHP-7.1/Zend/tests/
H A Dclosure_040.phpt45 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_041.phpt87 Warning: Cannot bind an instance to a static closure in %s on line %d
91 Warning: Cannot bind an instance to a static closure in %s on line %d
/PHP-7.1/ext/ldap/tests/
H A Dldap_set_rebind_proc_error.phpt31 print "Cannot bind";
/PHP-7.1/ext/standard/
H A Dconfig.m4343 PHP_CHECK_FUNC(res_nsearch, resolv, bind, socket)
344 PHP_CHECK_FUNC(res_ndestroy, resolv, bind, socket)
345 PHP_CHECK_FUNC(dns_search, resolv, bind, socket)
346 PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
347 PHP_CHECK_FUNC(dn_skipname, resolv, bind, socket)
353 PHP_CHECK_FUNC(res_search, resolv, bind, socket)
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re432 bind placeholders are at least 2 characters, so
457 /* lookup bind first via hash and then index */
468 /* quote the bind value if necessary */
497 /* lookup bind by index */
504 /* quote the bind value if necessary */
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt82 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
89 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
93 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,

Completed in 30 milliseconds

12345