Home
last modified time | relevance | path

Searched refs:bind (Results 76 – 100 of 123) sorted by relevance

12345

/PHP-7.1/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt24 die("Unable to bind to $address");
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt25 die("Unable to bind to $address:1223");
/PHP-7.1/ext/pdo/tests/
H A Dbug_43130.phpt10 …('oci'))) die('skip not relevant for oci driver - Hyphen is not legal for bind names in Oracle DB'…
/PHP-7.1/ext/oci8/tests/
H A Dbind_sqltint.phpt36 echo "\nTEST141 wrong bind type SQLT_INT\n";
220 TEST141 wrong bind type SQLT_INT
H A Dbind_char_2.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt20 // Remember!: use bind variables instead of PDO->quote()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt39 …printf("[006] Cannot bind parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
H A Dmysqli_stmt_bind_result.phpt193 /* test is broken too: we bind "integer" but value is a float
287 a hugge max_length(type) = 4GB bind buffer */
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
330 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
H A Dmysqli_stmt_bind_result_format.phpt89 printf("[%03d] Cannot bind result, [%d] %s\n",
114 printf("[%03d] Cannot bind result, [%d] %s\n",
H A Dmysqli_stmt_bind_param.phpt393 …m(): Number of elements in type definition string doesn't match number of bind variables in %s on …
395 …m(): Number of elements in type definition string doesn't match number of bind variables in %s on …
399 …m(): Number of elements in type definition string doesn't match number of bind variables in %s on …
/PHP-7.1/ext/oci8/
H A Doci8.c1418 if (!Z_ISUNDEF(bind->val)) { in php_oci_bind_hash_dtor()
1419 zval_ptr_dtor(&bind->val); in php_oci_bind_hash_dtor()
1420 ZVAL_UNDEF(&bind->val); in php_oci_bind_hash_dtor()
1423 if (bind->array.elements) { in php_oci_bind_hash_dtor()
1424 efree(bind->array.elements); in php_oci_bind_hash_dtor()
1425 bind->array.elements = NULL; in php_oci_bind_hash_dtor()
1428 if (bind->array.element_lengths) { in php_oci_bind_hash_dtor()
1433 if (bind->array.indicators) { in php_oci_bind_hash_dtor()
1434 efree(bind->array.indicators); in php_oci_bind_hash_dtor()
1435 bind->array.indicators = NULL; in php_oci_bind_hash_dtor()
[all …]
/PHP-7.1/sapi/litespeed/
H A DREADME.md60 have lsphp bind to port 3000 on all IPv4 and IPv6 address,
64 have lsphp bind to port 300 on all IPv4 address.
68 have lsphp bind to address 192.168.0.2:3000.
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt27 // Yes, there is no placeholder to bind to and named placeholder
/PHP-7.1/Zend/
H A Dzend_closures.c186 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
597 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
598 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc19 die("could not start/bind the ftp server\n");
419 /* Could bind port, Try another port */
428 die("could not bind passive port\n");
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c345 &P->bind, S->err, (text*)param->name->val, in oci_stmt_param_hook()
351 &P->bind, S->err, ((ub4)param->paramno)+1, in oci_stmt_param_hook()
357 STMT_CALL(OCIBindDynamic, (P->bind, in oci_stmt_param_hook()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_io.c246 if (bind(fd, res.ai_addr, res.ai_addrlen) == -1) {
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_sockets.c212 if (0 > bind(sock, sa, socklen)) { in fpm_sockets_new_listening_socket()

Completed in 70 milliseconds

12345