Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/mysqli/tests/
H A Dbug42378.phpt91 printf("[%03d] Cannot bind result, [%d] %s\n",
117 printf("[%03d] Cannot bind result, [%d] %s\n",
124 printf("[%03d] Cannot bind result, [%d] %s\n",
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.4/ext/sockets/tests/
H A Dipv6loop.phpt25 die("Unable to bind to [::1]:$port");
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);
/PHP-7.4/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_11g.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
H A Dbind_sqltnum.phpt77 echo "\nTEST41 wrong bind type SQLT_NUM\n";
195 TEST41 wrong bind type SQLT_NUM
/PHP-7.4/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.phpt89 Warning: Cannot bind an instance to a static closure in %s on line %d
93 Warning: Cannot bind an instance to a static closure in %s on line %d
/PHP-7.4/ext/pdo_oci/
H A Dphp_pdo_oci_int.h73 OCIBind *bind; /* allocated by OCI */ member
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_rebind_proc_error.phpt31 print "Cannot bind";
/PHP-7.4/ext/standard/
H A Dconfig.m4355 PHP_CHECK_FUNC(res_nsearch, resolv, bind, socket)
356 PHP_CHECK_FUNC(res_ndestroy, resolv, bind, socket)
357 PHP_CHECK_FUNC(dns_search, resolv, bind, socket)
358 PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
359 PHP_CHECK_FUNC(dn_skipname, resolv, bind, socket)
365 PHP_CHECK_FUNC(res_search, resolv, bind, socket)
/PHP-7.4/ext/pdo/tests/
H A Dbug_43130.phpt10 …('oci'))) die('skip not relevant for oci driver - Hyphen is not legal for bind names in Oracle DB'…
/PHP-7.4/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 35 milliseconds

12345