Home
last modified time | relevance | path

Searched refs:bound (Results 51 – 67 of 67) sorted by relevance

123

/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt74 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
/PHP-7.0/ext/com_dotnet/
H A Dcom_variant.c38 SAFEARRAYBOUND bound; in safe_array_from_zval() local
63 bound.lLbound = 0; in safe_array_from_zval()
64 bound.cElements = zend_hash_num_elements(Z_ARRVAL_P(z)); in safe_array_from_zval()
65 sa = SafeArrayCreate(VT_VARIANT, 1, &bound); in safe_array_from_zval()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps.c669 if (stmt->result_bind[i].bound == TRUE) { in MYSQLND_METHOD()
810 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_fetch_row_buffered()
907 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_fetch_row_unbuffered()
1093 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_fetch_stmt_row_cursor()
1212 if (stmt->result_bind[i].bound == TRUE) { in MYSQLND_METHOD()
1628 stmt->result_bind[i].bound = TRUE; in MYSQLND_METHOD()
1682 stmt->result_bind[param_no].bound = TRUE; in MYSQLND_METHOD()
2041 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_separate_result_bind()
2077 if (stmt->result_bind[param_no].bound == TRUE) { in mysqlnd_stmt_separate_one_result_bind()
H A Dmysqlnd_structs.h1129 zend_bool bound; member
/PHP-7.0/main/
H A Drfc1867.c620 char *bound; in multipart_buffer_read() local
628 …if ((bound = php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->boun… in multipart_buffer_read()
629 max = bound - self->buf_begin; in multipart_buffer_read()
647 if (bound && len > 0 && buf[len-1] == '\r') { in multipart_buffer_read()
H A Dnetwork.c496 goto bound;
513 bound:
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt54 // no input variables bound
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c1700 int low, high, bound, x; in add_code_range_to_buf() local
1721 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1722 x = (low + bound) >> 1; in add_code_range_to_buf()
1726 bound = x; in add_code_range_to_buf()
1729 for (high = low, bound = n; high < bound; ) { in add_code_range_to_buf()
1730 x = (high + bound) >> 1; in add_code_range_to_buf()
1734 bound = x; in add_code_range_to_buf()
/PHP-7.0/
H A DUPGRADING.INTERNALS48 in it are bound to the size_t datatype.
55 field representing user land integer it bound to zend_long.
H A DNEWS362 . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
569 . Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)
1140 . Fixed bug #72928 (Out of bound when verify signature of zip phar in
1142 . Fixed bug #73035 (Out of bound when verify signature of tar phar in
1393 . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
1511 . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
2178 . Fixed bug #71049 (SQLite3Stmt::execute() releases bound parameter instead
2585 bound variables). (Laruence)
H A Dconfigure.in1668 | process, you are bound by the terms of this license agreement. |
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput51540 Subject length lower bound = 1
1548 Subject length lower bound = 1
1556 Subject length lower bound = 1
1564 Subject length lower bound = 2
H A Dtestoutput1210 Subject length lower bound = 3
29 Subject length lower bound = -1
47 Subject length lower bound = 3
176 Subject length lower bound = 4
H A Dtestoutput87234 Subject length lower bound = 3
/PHP-7.0/ext/pcre/pcrelib/
H A DNEWS285 lower bound matching length. Groups with duplicate numbers may now have
H A DChangeLog2385 on.) This code has now been added to pcre_study(); it finds a lower bound
2387 bound, but using it to avoid searching strings that are too short does give
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2590 Studying a pattern does two things: first, a lower bound for the length
2595 lower bound. You can find out the value in a calling program via the
2891 point to an int variable. A non-negative value is a lower bound to the

Completed in 123 milliseconds

123