Home
last modified time | relevance | path

Searched refs:begin (Results 76 – 100 of 122) sorted by relevance

12345

/PHP-7.2/ext/oci8/tests/
H A Dimp_res_get_close_2.phpt27 begin
H A Dimp_res_get_all.phpt24 begin
H A Dimp_res_get_close_1.phpt27 begin
H A Dimp_res_get_5.phpt33 begin
H A Dlob_null.phpt23 as begin
30 as begin
H A Dbind_char_3.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
32 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_3_11gR1.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
32 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_4.phpt25 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
34 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_4_11gR1.phpt25 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
34 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Ddbmsoutput.phpt17 begin
26 begin
43 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
75 $s = oci_parse($c, "begin dbms_output.get_lines(:lines, :numlines); end;");
H A Dbind_sqltint.phpt128 $s = oci_parse($c, "begin :p2 := :p1; end;");
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
H A Dpdo_oci_stream_1.phpt33 begin
H A Dbug57702.phpt18 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
/PHP-7.2/ext/standard/
H A Dstring.c4282 begin--;
4283 if (begin <= 0 || _isnewline(heb_str[begin])) {
4284 while (begin > 0 && _isnewline(heb_str[begin-1])) {
4285 begin--;
4302 begin=new_begin;
4305 orig_begin=begin;
4311 begin++;
4321 begin=orig_begin;
4323 if (begin <= 0) {
4327 begin--;
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt93 $begin = microtime(true);
135 if ((microtime(true) - $begin) > 5) {
/PHP-7.2/ext/pspell/
H A DREADME43 The parameter probably should begin with '/' because otherwise it will
/PHP-7.2/ext/date/lib/
H A Dparse_date.c460 begin = *ptr; in timelib_get_nr_ex()
470 memcpy(str, begin, end - begin); in timelib_get_nr_ex()
503 begin = *ptr; in timelib_get_frac_nr()
510 memcpy(str, begin + 1, end - begin - 1); in timelib_get_frac_nr()
549 memcpy(word, begin, end - begin); in timelib_lookup_relative_text()
582 memcpy(word, begin, end - begin); in timelib_lookup_month()
629 memcpy(word, begin, end - begin); in timelib_lookup_relunit()
725 memcpy(word, begin, end - begin); in timelib_lookup_abbr()
752 switch (end - begin) { in timelib_parse_tz_cor()
25019 char *begin; in timelib_parse_from_format() local
[all …]
H A Dtimelib.h490 timelib_time **begin, timelib_time **end,
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c164 const pcre_uchar *begin; member
1134 pcre_uchar *end = bracketend(begin); in detect_repeat()
1139 sljit_sw length = end - begin; in detect_repeat()
1154 if (*next != *begin) in detect_repeat()
7130 const pcre_uchar *begin = arguments->begin; in do_callout() local
7146 callout_block->subject = (PCRE_SPTR)begin; in do_callout()
7148 callout_block->subject = (PCRE_SPTR16)begin; in do_callout()
7150 callout_block->subject = (PCRE_SPTR32)begin; in do_callout()
7160 if (jit_ovector[i] >= begin) in do_callout()
11445 arguments.begin = subject; in PRIV()
[all …]
/PHP-7.2/ext/pdo/
H A Dphp_pdo_driver.h312 pdo_dbh_txn_func begin; member
/PHP-7.2/ext/interbase/tests/
H A D006.phpt29 begin
/PHP-7.2/ext/date/tests/
H A Ddate_sun_info_variation1.phpt6 * Description: Returns an array with information about sunset/sunrise and twilight begin/end.
H A Ddate_sun_info_variation2.phpt6 * Description: Returns an array with information about sunset/sunrise and twilight begin/end.
H A Ddate_sun_info_variation3.phpt6 * Description: Returns an array with information about sunset/sunrise and twilight begin/end.

Completed in 154 milliseconds

12345