/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindvalue.phpt | 28 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 D | pdo_mysql_stmt_closecursor_empty.phpt | 29 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 D | pdo_mysql_stmt_bindparam.phpt | 25 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 D | pdo_mysql_stmt_bindcolumn.phpt | 28 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 D | large_objects.phpt | 28 /* bind as LOB; the oid from the pgsql stream will be inserted instead 29 * of the stream contents. Binding other streams will attempt to bind 31 * You can also just bind the $oid in as a string. */ 47 /* Try again, with late bind */ 51 echo "Fetching late bind:\n"; 58 /* Try again, with NO bind */ 62 echo "Fetching NO bind:\n"; 92 Fetching late bind: 96 Fetching NO bind:
|
H A D | bug66584.phpt | 47 $bind = join(', ', array_fill(0, count($data), '?')); 49 $stmt = $pdo->prepare("SELECT COUNT(*) FROM test66584 WHERE a IN ({$bind})");
|
/php-src/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 45 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d 48 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 51 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 54 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d 57 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
|
H A D | ldap_bind_error.phpt | 24 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 D | skipifbindfailure.inc | 9 … die(sprintf("skip Can't bind to LDAP Server - [%d] %s", ldap_errno($link), ldap_error($link)));
|
/php-src/Zend/tests/closures/ |
H A D | closure_043.phpt | 7 * 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 D | closure_061.phpt | 127 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 D | closure_038.phpt | 34 $cb2 = Closure::bind($ca, $b, $b); 41 $cb2 = Closure::bind($ca, $b, 'B');
|
H A D | closure_039.phpt | 34 $cb2 = Closure::bind($ca, $b, $b); 41 $cb2 = Closure::bind($ca, $b, 'B');
|
H A D | closure_from_callable_rebinding.phpt | 20 Warning: Cannot bind method A::method() to object of class B in %s on line %d
|
/php-src/ext/pdo/tests/ |
H A D | pdo_024.phpt | 35 echo "bind: fail\n"; 37 echo "bind: success\n"; 50 bind: success
|
/php-src/ext/sockets/tests/ |
H A D | socket_create_listen-nobind.phpt | 2 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 D | socket_abstract_path.phpt | 2 Support for paths in the abstract namespace (bind, connect) 19 socket_bind($servers, $path) or die("Could not bind");
|
H A D | socket_create_listen_used.phpt | 24 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %d
|
/php-src/Zend/ |
H A D | zend_closures_arginfo.h | 28 ZEND_METHOD(Closure, bind); 35 ZEND_ME(Closure, bind, arginfo_class_Closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
H A D | zend_closures.stub.php | 13 public static function bind( function in Closure
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_elf.h | 88 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
|
/php-src/Zend/tests/anon/ |
H A D | 013.phpt | 10 $closure = Closure::bind($foo, $class, $class);
|
/php-src/Zend/tests/ |
H A D | bug70630.phpt | 2 Bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
|
/php-src/Zend/tests/traits/ |
H A D | no_static_arg_binding.phpt | 2 Don't statically bind arguments for self:: calls in traits
|
/php-src/ext/soap/tests/ |
H A D | server011.phpt | 2 SOAP Server 11: bind
|