Home
last modified time | relevance | path

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

12345

/PHP-7.3/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.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c126 arguments.begin = subject; in pcre2_jit_match()
/PHP-7.3/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.3/ext/date/lib/
H A Dparse_date.c459 begin = *ptr; in timelib_get_nr_ex()
469 memcpy(str, begin, end - begin); in timelib_get_nr_ex()
502 begin = *ptr; in timelib_get_frac_nr()
509 memcpy(str, begin + 1, end - begin - 1); in timelib_get_frac_nr()
548 memcpy(word, begin, end - begin); in timelib_lookup_relative_text()
581 memcpy(word, begin, end - begin); in timelib_lookup_month()
628 memcpy(word, begin, end - begin); in timelib_lookup_relunit()
724 memcpy(word, begin, end - begin); in timelib_lookup_abbr()
778 char *begin = *ptr; in timelib_parse_tz_minutes() local
790 if (*begin == '+') { in timelib_parse_tz_minutes()
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt93 $begin = microtime(true);
135 if ((microtime(true) - $begin) > 5) {
/PHP-7.3/ext/pspell/
H A DREADME43 The parameter probably should begin with '/' because otherwise it will
/PHP-7.3/ext/standard/
H A Dstring.c4618 begin--;
4620 while (begin > 0 && _isnewline(heb_str[begin-1])) {
4621 begin--;
4638 begin=new_begin;
4641 orig_begin=begin;
4644 heb_str[begin]='\n';
4647 begin++;
4657 begin=orig_begin;
4659 if (begin == 0) {
4663 begin--;
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja368 # int onig_get_capture_range_in_callout(OnigCalloutArgs* args, int mem_num, int* begin, int* end)
/PHP-7.3/ext/interbase/tests/
H A D006.phpt29 begin
/PHP-7.3/ext/date/tests/
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_variation1.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.
/PHP-7.3/ext/pdo/
H A Dphp_pdo_driver.h310 pdo_dbh_txn_func begin; member

Completed in 76 milliseconds

12345