Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/ereg/regex/
H A Dengine.ih1 /* ========= begin header generated by ./mkh ========= */
H A Dregcomp.ih1 /* ========= begin header generated by ./mkh ========= */
/PHP-5.6/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;");
/PHP-5.6/ext/sybase_ct/tests/
H A Dbug22403.phpt26 begin
/PHP-5.6/ext/standard/
H A Dstring.c4196 begin--;
4197 if (begin <= 0 || _isnewline(heb_str[begin])) {
4198 while (begin > 0 && _isnewline(heb_str[begin-1])) {
4199 begin--;
4216 begin=new_begin;
4219 orig_begin=begin;
4225 begin++;
4235 begin=orig_begin;
4237 if (begin <= 0) {
4241 begin--;
[all …]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt93 $begin = microtime(true);
135 if ((microtime(true) - $begin) > 5) {
/PHP-5.6/ext/pspell/
H A DREADME43 The parameter probably should begin with '/' because otherwise it will
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt33 begin
H A Dbug57702.phpt18 $query = "begin execute immediate 'drop table mytable'; exception when others then if sqlcode <> -9…
/PHP-5.6/ext/date/lib/
H A Dtimelib.h96 timelib_time **begin, timelib_time **end,
H A Dparse_date.c456 char *begin, *end, *str; in timelib_get_nr_ex() local
466 begin = *ptr; in timelib_get_nr_ex()
476 memcpy(str, begin, end - begin); in timelib_get_nr_ex()
509 begin = *ptr; in timelib_get_frac_nr()
516 memcpy(str, begin, end - begin); in timelib_get_frac_nr()
558 memcpy(word, begin, end - begin); in timelib_lookup_relative_text()
591 memcpy(word, begin, end - begin); in timelib_lookup_month()
638 memcpy(word, begin, end - begin); in timelib_lookup_relunit()
733 memcpy(word, begin, end - begin); in timelib_lookup_abbr()
23965 char *begin; in timelib_parse_from_format() local
[all …]
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c813 void (*cb)(char* begin, in walk_down_the_path() argument
980 static void walk_down_the_path_callback(char* begin, in walk_down_the_path_callback() argument
987 DEBUG_MESSAGE("parsing %s%c%s", begin, DEFAULT_SLASH, PG(user_ini_filename)); in walk_down_the_path_callback()
988 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config in walk_down_the_path_callback()
/PHP-5.6/ext/pdo/
H A Dphp_pdo_driver.h313 pdo_dbh_txn_func begin; member
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c164 const pcre_uchar *begin; member
925 pcre_uchar *end = bracketend(begin); in detect_repeat()
930 sljit_sw length = end - begin; in detect_repeat()
945 if (*next != *begin) in detect_repeat()
6361 const pcre_uchar *begin = arguments->begin; in do_callout() local
6377 callout_block->subject = (PCRE_SPTR)begin; in do_callout()
6379 callout_block->subject = (PCRE_SPTR16)begin; in do_callout()
6381 callout_block->subject = (PCRE_SPTR32)begin; in do_callout()
6391 if (jit_ovector[i] >= begin) in do_callout()
10434 arguments.begin = subject; in PRIV()
[all …]
/PHP-5.6/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.

Completed in 136 milliseconds

123456