Home
last modified time | relevance | path

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

12345

/PHP-7.1/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
/PHP-7.1/Zend/tests/traits/
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits
/PHP-7.1/ext/soap/tests/
H A Dserver011.phpt2 SOAP Server 11: bind
/PHP-7.1/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.1/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.1/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)
/PHP-7.1/ext/oci8/tests/
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_unsupported_2.phpt2 Bind with various unsupported 10g+ bind types
H A Dbind_long_raw.phpt2 bind LONG RAW field
H A Dbind_raw.phpt2 bind RAW field
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
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
/PHP-7.1/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 %i
H A Dsocket_abstract_path_sendmsg.phpt2 Support for paths in the abstract namespace (bind, sendmsg, recvmsg)
H A Dipv4loop.phpt24 die("Unable to bind to 127.0.0.1");
H A Dipv6loop.phpt25 die("Unable to bind to [::1]:$port");
/PHP-7.1/win32/
H A Dsockets.c54 if (bind(sock[0], (struct sockaddr*)&address, sizeof(address)) != 0) { in socketpair()
/PHP-7.1/ext/pdo_mysql/tests/
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.1/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",

Completed in 44 milliseconds

12345