Home
last modified time | relevance | path

Searched refs:bind (Results 26 – 50 of 119) sorted by relevance

12345

/PHP-7.4/ext/oci8/tests/
H A Derror_bind_2.phpt58 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
62 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
H A Dbind_unsupported_2.phpt2 Bind with various unsupported 10g+ bind types
H A Dlob_018.phpt63 echo "Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)\n";
101 Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)
H A Dbind_long_raw.phpt2 bind LONG RAW field
H A Dbind_raw.phpt2 bind RAW field
H A Dbind_raw_2.phpt2 bind RAW field with OCI_B_BIN
H A Dbind_sqltchr_2.phpt2 PL/SQL bind with SQLT_CHR
H A Dbind_boolean_1.phpt2 Basic PL/SQL "BOOLEAN" (SQLT_BOL) bind test
39 $b = "abc"; // bind var type will change
H A Ddefine6.phpt87 echo "Test 5 - define before bind\n";
133 Test 5 - define before bind
/PHP-7.4/ext/soap/tests/
H A Dserver011.phpt2 SOAP Server 11: bind
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt26 printf("[003] Cannot bind integer column, %s %s\n",
30 printf("[004] Cannot bind string column, %s %s\n",
66 printf("[008] Cannot bind integer column, %s %s\n",
70 printf("[009] Cannot bind string column, %s %s\n",
H A Dpdo_mysql_prepare_emulated_anonymous.phpt24 // you can bind as many values as you want no matter if they can be replaced or not
43 // you can bind as many values as you want no matter if they can be replaced or not
/PHP-7.4/Zend/tests/
H A Dclosure_036.phpt23 $cb2 = Closure::bind($ca, $b);
H A Dbug70685.phpt18 Warning: Cannot bind method SplDoublyLinkedList::count() to object of class cls in %s on line %d
H A Dclosure_call.phpt64 Warning: Cannot bind closure to scope of internal class stdClass in %s line %d
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h235 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind)) argument
236 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind)) argument
240 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind)) argument
241 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) argument
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt22 print "Cannot bind";
H A Dldap_unbind_variation.phpt22 print "Cannot bind";
H A Dldap_connect_variation.phpt28 // bad hostname (connect should work, not bind)
H A Dldap_exop_passwd_error.phpt38 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen_used.phpt27 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %d
H A Dipv4loop.phpt18 die("Unable to bind to 127.0.0.1");
H A Dsocket_abstract_path_sendmsg.phpt2 Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
/PHP-7.4/win32/
H A Dsockets.c52 if (bind(sock[0], (struct sockaddr*)&address, sizeof(address)) != 0) { in socketpair()
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-ipv4-fallback.phpt31 $tester->expectLogError("unable to bind listening socket for address '$port': " .

Completed in 26 milliseconds

12345