Home
last modified time | relevance | path

Searched refs:bound (Results 26 – 50 of 54) sorted by relevance

123

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput17230 Subject length lower bound = 3
276 Subject length lower bound = 1
294 Subject length lower bound = 1
306 Subject length lower bound = 1
332 Subject length lower bound = 1
350 Subject length lower bound = 1
362 Subject length lower bound = 1
380 Subject length lower bound = 1
H A Dtestoutput14363 Subject length lower bound = 3
390 Subject length lower bound = 1
398 Subject length lower bound = 1
406 Subject length lower bound = 1
414 Subject length lower bound = 1
422 Subject length lower bound = 1
H A Dtestoutput2329 Subject length lower bound = 1
56 Subject length lower bound = 1
H A Dtestoutput2180 Subject length lower bound = 3
192 Subject length lower bound = 3
204 Subject length lower bound = 1
212 Subject length lower bound = 1
233 Subject length lower bound = 1
514 Subject length lower bound = 1
522 Subject length lower bound = 1
530 Subject length lower bound = 1
593 Subject length lower bound = 1
601 Subject length lower bound = 1
[all …]
H A Dtestoutput2576 Subject length lower bound = 1
103 Subject length lower bound = 1
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
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re156 /* Do we have placeholders but no bound params */
158 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "no parameters were bound" TSRMLS_CC);
164 /* extra bit of validation for instances when same params are bound more then once */
177 …pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
323 /* check if bound parameter is already available */
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt29 echo "creating send socket bound to 127.0.0.1\n";
155 creating send socket bound to 127.0.0.1
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt58 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
68 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
H A Drefcur_prefetch_2.phpt56 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
66 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
/PHP-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt37 In 5.3 and before the deprecation message was bound to mysql.trace_mode=1.
/PHP-5.5/Zend/tests/
H A Dclosure_044.phpt5 /* A non-static closure has a bound instance if it has a scope
H A Dclosure_043.phpt6 * a bound instance. It should also not be automatically converted
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_44707.phpt64 // This is beyond the control of the driver... - the driver never gets in touch with bound values
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt74 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c38 SAFEARRAYBOUND bound; in safe_array_from_zval() local
65 bound.lLbound = 0; in safe_array_from_zval()
66 bound.cElements = intindex + 1; in safe_array_from_zval()
67 sa = SafeArrayCreate(VT_VARIANT, 1, &bound); in safe_array_from_zval()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c627 if (stmt->result_bind[i].bound == TRUE) { in MYSQLND_METHOD()
771 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_fetch_row_buffered()
865 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_fetch_row_unbuffered()
1044 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_fetch_stmt_row_cursor()
1155 if (stmt->result_bind[i].bound == TRUE) { in MYSQLND_METHOD()
1571 stmt->result_bind[i].bound = TRUE; in MYSQLND_METHOD()
1625 stmt->result_bind[param_no].bound = TRUE; in MYSQLND_METHOD()
1983 if (stmt->result_bind[i].bound == TRUE) { in mysqlnd_stmt_separate_result_bind()
2036 if (stmt->result_bind[param_no].bound == TRUE) { in mysqlnd_stmt_separate_one_result_bind()
H A Dmysqlnd_structs.h1032 zend_bool bound; member
/PHP-5.5/main/
H A Drfc1867.c610 char *bound; in multipart_buffer_read() local
618 …if ((bound = php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->boun… in multipart_buffer_read()
619 max = bound - self->buf_begin; in multipart_buffer_read()
637 if (bound && len > 0 && buf[len-1] == '\r') { in multipart_buffer_read()
H A Dnetwork.c481 goto bound;
498 bound:
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt54 // no input variables bound
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1692 int low, high, bound, x; in add_code_range_to_buf() local
1713 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1714 x = (low + bound) >> 1; in add_code_range_to_buf()
1718 bound = x; in add_code_range_to_buf()
1721 for (high = low, bound = n; high < bound; ) { in add_code_range_to_buf()
1722 x = (high + bound) >> 1; in add_code_range_to_buf()
1726 bound = x; in add_code_range_to_buf()
/PHP-5.5/
H A DNEWS20 . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
1065 . Fixed bug #66622 (Closures do not correctly capture the late bound class
1499 . Fixed bug 65946 (sql_parser permanently converts values bound to strings)
2901 . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
3565 . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
4203 . Fixed crash when using more than 28,000 bound parameters. Workaround is to
6415 - Fixed bug #47818 (Segfault due to bound callback param). (Felipe)
6949 - Fixed bug #44200 (A crash in PDO when no bound targets exists and yet bound parameters are presen…
8430 - Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). (Ilia)
8842 bound parameters). (Tony)
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS285 lower bound matching length. Groups with duplicate numbers may now have

Completed in 112 milliseconds

123