Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/oci8/tests/
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.4/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.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c125 arguments.begin = subject; in pcre2_jit_match()
H A Dpcre2_jit_compile.c181 PCRE2_SPTR begin; member
1617 PCRE2_SPTR end = bracketend(begin); in detect_repeat()
1622 sljit_sw length = end - begin; in detect_repeat()
1637 if (*next != *begin) in detect_repeat()
8217 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf()
8285 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf_invalid()
8350 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf()
9386 PCRE2_SPTR begin; in do_callout() local
9395 begin = arguments->begin; in do_callout()
9406 callout_block->start_match = jit_ovector[0] - begin; in do_callout()
[all …]
/PHP-7.4/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()
781 char *begin = *ptr; in timelib_parse_tz_minutes() local
793 if (*begin == '+') { in timelib_parse_tz_minutes()
[all …]
H A Dtimelib.h570 timelib_time **begin, timelib_time **end,
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt93 $begin = microtime(true);
135 if ((microtime(true) - $begin) > 5) {
/PHP-7.4/ext/standard/
H A Dstring.c4711 begin--;
4713 while (begin > 0 && _isnewline(heb_str[begin-1])) {
4714 begin--;
4731 begin=new_begin;
4734 orig_begin=begin;
4737 heb_str[begin]='\n';
4740 begin++;
4750 begin=orig_begin;
4752 if (begin == 0) {
4756 begin--;
[all …]
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h310 pdo_dbh_txn_func begin; member
H A Dpdo_dbh.c601 if (!dbh->methods->begin) { in PHP_METHOD()
608 if (dbh->methods->begin(dbh)) { in PHP_METHOD()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c896 void (*cb)(char* begin, in walk_down_the_path() argument
1025 static void walk_down_the_path_callback(char* begin, in walk_down_the_path_callback() argument
1032 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
/PHP-7.4/ext/date/
H A Dphp_date.c4077 unsigned int begin = 0, found; in PHP_FUNCTION() local
4113 begin = 0; in PHP_FUNCTION()
4116 begin = 0; in PHP_FUNCTION()
4120 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION()
4121 if (begin > 0) { in PHP_FUNCTION()
4122 add(begin - 1, timestamp_begin); in PHP_FUNCTION()
4129 begin++; in PHP_FUNCTION()
4130 } while (begin < tzobj->tzi.tz->bit64.timecnt); in PHP_FUNCTION()
4142 for (i = begin; i < tzobj->tzi.tz->bit64.timecnt; ++i) { in PHP_FUNCTION()
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4701 iter begin() const
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar764 $this->sqlite->begin();
1495 function begin()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1560 if (c < mbfl_eaw_table[0].begin) { in is_fullwidth()
1565 if (mbfl_eaw_table[i].begin <= c && c <= mbfl_eaw_table[i].end) { in is_fullwidth()

Completed in 138 milliseconds

12345