/PHP-5.3/ext/oci8/ |
H A D | oci8_statement.c | 892 Z_STRVAL_P(bind->zval) = erealloc(Z_STRVAL_P(bind->zval), Z_STRLEN_P(bind->zval)+1); in php_oci_bind_post_exec() 893 Z_STRVAL_P(bind->zval)[ Z_STRLEN_P(bind->zval) ] = '\0'; in php_oci_bind_post_exec() local 1500 efree(bind); in php_oci_bind_array_by_name() 1530 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_string() 1570 return bind; in php_oci_bind_array_helper_string() 1587 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_number() 1608 return bind; in php_oci_bind_array_helper_number() 1625 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_double() 1646 return bind; in php_oci_bind_array_helper_double() 1663 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_date() [all …]
|
/PHP-5.3/ext/oci8/tests/ |
H A D | error_bind.phpt | 26 echo "Test 1 - Assign a resource to the bind variable and execute \n"; 30 echo "Test 2 - Re-bind a resource\n"; 53 Test 1 - Assign a resource to the bind variable and execute 55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d 57 Test 2 - Re-bind a resource 59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d 61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d 66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
|
H A D | lob_001.phpt | 22 echo "Test 1 OCI_B_BLOB bind\n"; 46 echo "Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind\n"; 70 Test 1 OCI_B_BLOB bind 89 Test 4 SQLT_BLOB (an alias for OCI_B_BLOB) bind
|
H A D | null_byte_2.phpt | 25 echo "Test 3: Using a null byte in a bind variable name\n"; 45 Test 3: Using a null byte in a bind variable name
|
H A D | null_byte_3.phpt | 20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n"; 36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
|
H A D | lob_018.phpt | 63 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)
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindvalue.phpt | 26 printf("[003] Cannot bind value, %s %s\n", 48 printf("[006] Cannot bind value, %s %s\n", 72 printf("[009] Cannot bind value, %s %s\n", 97 printf("[012] Cannot bind value, %s %s\n", 101 printf("[013] Cannot bind value, %s %s\n", 126 printf("[016] Cannot bind value, %s %s\n", 131 printf("[017] Cannot bind value, %s %s\n", 166 printf("[003] Cannot bind value, %s %s\n", 188 printf("[006] Cannot bind value, %s %s\n", 212 printf("[009] Cannot bind value, %s %s\n", [all …]
|
H A D | pdo_mysql_stmt_closecursor_empty.phpt | 28 printf("[003] Cannot bind parameter, %s %s\n", 35 printf("[004] Cannot bind integer column, %s %s\n", 39 printf("[005] Cannot bind string column, %s %s\n",
|
H A D | pdo_mysql_stmt_bindparam.phpt | 22 printf("[%03d + 1] Cannot bind parameter, %s %s\n", $offset, 29 printf("[%03d + 2] Cannot bind integer column, %s %s\n", $offset, 33 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset, 55 printf("[%03d + 4] Cannot bind parameter, %s %s\n", $offset, 68 printf("[%03d + 6] Cannot bind NULL column, %s %s\n", $offset, 72 printf("[%03d + 3] Cannot bind string column, %s %s\n", $offset,
|
H A D | pdo_mysql_stmt_bindcolumn.phpt | 26 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",
|
/PHP-5.3/ext/pdo_pgsql/tests/ |
H A D | large_objects.phpt | 27 /* bind as LOB; the oid from the pgsql stream will be inserted instead 28 * of the stream contents. Binding other streams will attempt to bind 30 * You can also just bind the $oid in as a string. */ 46 /* Try again, with late bind */ 50 echo "Fetching late bind:\n"; 57 /* Try again, with NO bind */ 61 echo "Fetching NO bind:\n"; 86 Fetching late bind: 90 Fetching NO bind:
|
/PHP-5.3/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 39 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d 42 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 45 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d 48 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d 51 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
|
H A D | ldap_bind_error.phpt | 30 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d 33 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)));
|
H A D | ldap_set_rebind_proc_basic.phpt | 22 print "Cannot bind";
|
H A D | ldap_unbind_variation.phpt | 22 print "Cannot bind";
|
H A D | ldap_connect_variation.phpt | 28 // bad hostname (connect should work, not bind)
|
/PHP-5.3/ext/pdo/tests/ |
H A D | pdo_024.phpt | 24 echo "bind: fail\n"; 26 echo "bind: success\n"; 33 bind: success
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_api.c | 86 MYSQL_BIND *bind; in mysqli_stmt_bind_param_do_bind() local 103 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind() 104 bind[ofs].buffer = &Z_DVAL_PP(args[i]); in mysqli_stmt_bind_param_do_bind() 112 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind() 114 bind[ofs].buffer = &Z_LVAL_PP(args[i]); in mysqli_stmt_bind_param_do_bind() 153 efree(bind); in mysqli_stmt_bind_param_do_bind() 285 MYSQL_BIND *bind; in mysqli_stmt_bind_result_do_bind() local 332 bind[ofs].buffer_type = MYSQL_TYPE_NULL; in mysqli_stmt_bind_result_do_bind() 345 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_result_do_bind() 358 bind[ofs].buffer_type = col_type; in mysqli_stmt_bind_result_do_bind() [all …]
|
/PHP-5.3/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. 19 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
|
H A D | socket_create_listen_used.phpt | 27 Warning: socket_create_listen(): unable to bind to given address [%i]: %a in %s on line %i
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 251 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind) TSRM… argument 252 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind) TSRMLS_CC) argument 256 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind) TSRMLS_… argument 257 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind) TSRMLS_CC) argument
|
/PHP-5.3/ext/soap/tests/ |
H A D | server011.phpt | 2 SOAP Server 11: bind
|
/PHP-5.3/win32/ |
H A D | sockets.c | 54 if (bind(sock[0], (struct sockaddr*)&address, sizeof(address)) != 0) { in socketpair()
|
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.c | 408 mssql_bind *bind= (mssql_bind *) data; in _mssql_bind_hash_dtor() local 410 zval_ptr_dtor(&(bind->zval)); in _mssql_bind_hash_dtor() 1137 mssql_bind *bind; local 1150 ZVAL_NULL(bind->zval); 1158 convert_to_long_ex(&bind->zval); 1169 convert_to_double_ex(&bind->zval); 1176 convert_to_string_ex(&bind->zval); 1178 Z_STRVAL_P(bind->zval) = estrndup(dbretdata(mssql_ptr->link,i),Z_STRLEN_P(bind->zval)); 1193 convert_to_long_ex(&bind->zval); 2026 mssql_bind bind,*bindp; local [all …]
|