Home
last modified time | relevance | path

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

1234

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt28 printf("[003] Cannot bind value, %s %s\n",
50 printf("[006] Cannot bind value, %s %s\n",
74 printf("[009] Cannot bind value, %s %s\n",
99 printf("[012] Cannot bind value, %s %s\n",
103 printf("[013] Cannot bind value, %s %s\n",
128 printf("[016] Cannot bind value, %s %s\n",
133 printf("[017] Cannot bind value, %s %s\n",
168 printf("[003] Cannot bind value, %s %s\n",
190 printf("[006] Cannot bind value, %s %s\n",
214 printf("[009] Cannot bind value, %s %s\n",
[all …]
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",
H A Dpdo_mysql_stmt_bindparam.phpt25 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset,
32 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset,
36 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
58 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset,
71 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset,
75 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
H A Dpdo_mysql_stmt_bindcolumn.phpt28 printf("[003] Cannot bind integer column, %s %s\n",
32 printf("[004] Cannot bind string column, %s %s\n",
68 printf("[008] Cannot bind integer column, %s %s\n",
72 printf("[009] Cannot bind string column, %s %s\n",
/php-src/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 test66584 WHERE a IN ({$bind})");
/php-src/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-src/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_038.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dclosure_039.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-src/ext/pdo/tests/
H A Dpdo_024.phpt35 echo "bind: fail\n";
37 echo "bind: success\n";
50 bind: success
/php-src/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt2 Test if socket_create_listen() returns false, when it cannot bind to the port.
25 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");
H A Dsocket_create_listen_used.phpt24 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %d
/php-src/Zend/
H A Dzend_closures_arginfo.h28 ZEND_METHOD(Closure, bind);
35 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-src/ext/opcache/jit/ir/
H A Dir_elf.h88 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
/php-src/Zend/tests/anon/
H A D013.phpt10 $closure = Closure::bind($foo, $class, $class);
/php-src/Zend/tests/traits/
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits
/php-src/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-src/ext/soap/tests/
H A Dserver011.phpt2 SOAP Server 11: bind

Completed in 25 milliseconds

1234