Home
last modified time | relevance | path

Searched refs:number (Results 376 – 400 of 493) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/ext/oci8/tests/
H A Dbug43497.phpt29 function templobs($c, $sid) // returns number of temporary LOBs
91 $stmt = oci_parse($c, "create table bug43497_tab (id number primary key, xml xmltype)");
H A Dfetch_object.phpt17 …"create table fetch_object_tab (\"caseSensitive\" number, secondcol varchar2(20), anothercol char(…
H A Dfetch_object_1.phpt17 …"create table fetch_object_tab (\"caseSensitive\" number, secondcol varchar2(20), anothercol char(…
H A Dimp_res_get_cursor.phpt26 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_lob.phpt26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
H A Dlob_018.phpt17 "create table lob_018_tab (mykey number, lob_1 clob)",
H A Dbind_char_2.phpt25 "create table bind_char_tab (id number, c1 date)",
H A Dbind_char_2_11gR1.phpt25 "create table bind_char_tab (id number, c1 date)",
H A Dimp_res_get_1.phpt26 "create table imp_res_get_1_tab_1 (c1 number, c2 varchar2(10))",
H A Dimp_res_get_2.phpt26 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
H A Ddefine3.phpt15 "create table phpdefblobtable (id number(10), fileimage blob)"
H A Drefcur_prefetch_1.phpt31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
38 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,
/PHP-8.0/
H A Dphp.ini-development9 ; PHP attempts to find and load this configuration from a number of locations.
13 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
855 ; Maximum number of files that can be uploaded via a single request
1098 ; the full path of the script, line number, To address and headers.
1125 ; Maximum number of persistent links. -1 means no limit.
1146 ; Maximum number of persistent links. -1 means no limit.
1158 ; Maximum number of links. -1 means no limit.
1234 ; Connection: The maximum number of persistent OCI8 connections per
1290 ; Maximum number of persistent links. -1 means no limit.
1753 ; Sets the maximum number of open links or -1 for unlimited.
[all …]
H A Dphp.ini-production9 ; PHP attempts to find and load this configuration from a number of locations.
13 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
857 ; Maximum number of files that can be uploaded via a single request
1100 ; the full path of the script, line number, To address and headers.
1127 ; Maximum number of persistent links. -1 means no limit.
1148 ; Maximum number of persistent links. -1 means no limit.
1160 ; Maximum number of links. -1 means no limit.
1236 ; Connection: The maximum number of persistent OCI8 connections per
1292 ; Maximum number of persistent links. -1 means no limit.
1755 ; Sets the maximum number of open links or -1 for unlimited.
[all …]
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c770 number = GET2(Fecode, 1); in match()
780 offset = (number << 1) - 2; in match()
781 Fcapture_last = number; in match()
5337 number = GET2(Fecode, 1); in match()
5338 condition = (number == RREF_ANY || number == Fcurrent_recurse); in match()
5349 number = GET2(slot, 0); in match()
5483 number = GET(Fecode, 1); in match()
5487 while (number-- > 0) in match()
5501 Feptr -= number; in match()
5651 offset = (number << 1) - 2; in match()
[all …]
/PHP-8.0/ext/standard/tests/math/
H A Ddechex_variation1_64bit.phpt2 Test dechex() function : usage variations - different data types as $number arg
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
H A Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
H A Dbase_convert_variation1.phpt2 Test base_convert() function : usage variations - different data types as $number argument
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_format_subpatterns_named.phpt11 * Format a number using misc locales/patterns.
/PHP-8.0/ext/standard/tests/file/
H A Dtempnam_variation1-win32-mb.phpt10 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1-win32.phpt10 /* Creating number of unique files by passing a file name as prefix */
/PHP-8.0/ext/gmp/tests/
H A Dgmp_random_seed.phpt110 var_dump(gmp_random_seed('not a number'));
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc123 // SHOULD return long (number of deleted sessions).
124 // Returning TRUE works also, but it will not report correct number of deleted sessions.
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re169 …pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of…
408 /* map number to name */

Completed in 60 milliseconds

1...<<11121314151617181920