Home
last modified time | relevance | path

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

12345

/PHP-7.4/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.4/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_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2.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_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_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt20 // Remember!: use bind variables instead of PDO->quote()
/PHP-7.4/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.phpt191 /* test is broken too: we bind "integer" but value is a float
285 a hugge max_length(type) = 4GB bind buffer */
326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 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.4/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.4/ext/oci8/
H A Doci8.c1419 if (!Z_ISUNDEF(bind->val)) { in php_oci_bind_hash_dtor()
1420 zval_ptr_dtor(&bind->val); in php_oci_bind_hash_dtor()
1421 ZVAL_UNDEF(&bind->val); in php_oci_bind_hash_dtor()
1424 if (bind->array.elements) { in php_oci_bind_hash_dtor()
1425 efree(bind->array.elements); in php_oci_bind_hash_dtor()
1426 bind->array.elements = NULL; in php_oci_bind_hash_dtor()
1429 if (bind->array.element_lengths) { in php_oci_bind_hash_dtor()
1434 if (bind->array.indicators) { in php_oci_bind_hash_dtor()
1435 efree(bind->array.indicators); in php_oci_bind_hash_dtor()
1436 bind->array.indicators = NULL; in php_oci_bind_hash_dtor()
[all …]
/PHP-7.4/sapi/litespeed/
H A DREADME.md59 have lsphp bind to port 3000 on all IPv4 and IPv6 address,
65 have lsphp bind to port 300 on all IPv4 address,
71 have lsphp bind to address 192.168.0.2:3000,
/PHP-7.4/Zend/
H A Dzend_closures.c202 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
643 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
644 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.c246 if (bind(fd, res.ai_addr, res.ai_addrlen) == -1) {
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c344 &P->bind, S->err, (text*)param->name->val, in oci_stmt_param_hook()
350 &P->bind, S->err, ((ub4)param->paramno)+1, in oci_stmt_param_hook()
356 STMT_CALL(OCIBindDynamic, (P->bind, in oci_stmt_param_hook()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc19 die("could not start/bind the ftp server\n");
446 /* Could bind port, Try another port */
455 die("could not bind passive port\n");
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c219 if (0 > bind(sock, sa, socklen)) { in fpm_sockets_new_listening_socket()
/PHP-7.4/ext/sockets/
H A Dsockets.c531 if (bind(sock->bsd_socket, (struct sockaddr *)&la, sizeof(la)) != 0) {
1651 retval = bind(php_sock->bsd_socket, (struct sockaddr *) sa,
1667 retval = bind(php_sock->bsd_socket, (struct sockaddr *)sa, sizeof(struct sockaddr_in));
1682 retval = bind(php_sock->bsd_socket, (struct sockaddr *)sa, sizeof(struct sockaddr_in6));
2677 retval = bind(php_sock->bsd_socket, ai->ai_addr, ai->ai_addrlen);

Completed in 90 milliseconds

12345