Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 119) sorted by relevance

12345

/PHP-8.1/ext/date/lib/
H A Dparse_posix.c66 const char *begin = *ptr + 1; in read_description_numeric_abbr() local
84 if (*ptr - begin - 1 < 1) { in read_description_numeric_abbr()
88 return timelib_strndup(begin, *ptr - begin - 1); in read_description_numeric_abbr()
94 const char *begin = *ptr; in read_description_abbr() local
102 if (*ptr - begin < 1) { in read_description_abbr()
106 return timelib_strndup(begin, *ptr - begin); in read_description_abbr()
137 const char *begin = *ptr; in read_number() local
151 if (begin == *ptr) { in read_number()
161 const char *begin; in read_offset() local
167 begin = *ptr; in read_offset()
[all …]
H A Dparse_iso_intervals.re77 timelib_time *begin;
108 const char *begin, *end;
119 begin = *ptr;
126 memcpy(str, begin, end - begin);
227 current = s->begin;
373 in.begin->y = TIMELIB_UNSET;
379 in.begin->us = 0;
380 in.begin->z = 0;
381 in.begin->dst = 0;
382 in.begin->is_localtime = 0;
[all …]
H A Dparse_iso_intervals.c79 timelib_time *begin; member
110 const char *begin, *end; in timelib_get_nr() local
121 begin = *ptr; in timelib_get_nr()
128 memcpy(str, begin, end - begin); in timelib_get_nr()
820 current = s->begin; in scan()
978 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
984 in.begin->us = 0; in timelib_strtointerval()
985 in.begin->z = 0; in timelib_strtointerval()
986 in.begin->dst = 0; in timelib_strtointerval()
987 in.begin->is_localtime = 0; in timelib_strtointerval()
[all …]
H A Dparse_date.re487 begin = *ptr;
497 memcpy(str, begin, end - begin);
530 begin = *ptr;
536 memcpy(str, begin + 1, end - begin - 1);
576 memcpy(word, begin, end - begin);
609 memcpy(word, begin, end - begin);
656 memcpy(word, begin, end - begin);
768 memcpy(word, begin, end - begin);
835 if (begin[2] != ':' || begin[5] != ':') {
840 …tmp = sHOUR(strtol(begin, NULL, 10)) + sMIN(strtol(begin + 3, NULL, 10)) + strtol(begin + 6, NULL,…
[all …]
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_2.phpt28 begin
35 begin
44 begin
58 $s = oci_parse($c, "begin imp_res_2_proc_a(); end;");
64 $s = oci_parse($c, "begin imp_res_2_proc_b(); end;");
70 $s = oci_parse($c, "begin imp_res_2_proc_c(); end;");
H A Dpecl_bug16842.phpt22 $s = oci_parse($c, 'begin raise NO_DATA_FOUND; end;');
30 $s = oci_parse($c, 'begin raise ZERO_DIVIDE; end;');
54 string(31) "begin raise NO_DATA_FOUND; end;"
71 string(29) "begin raise ZERO_DIVIDE; end;"
H A Dbug46994.phpt19 begin
24 begin
39 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
46 $s = oci_parse($c, "begin bug46994_proc2(:myclob); end;");
53 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
H A Dbind_boolean_1.phpt26 $sql = "begin
41 $sql = "begin :b := true; end;";
51 "begin
69 "begin
89 begin
H A Dimp_res_dbmsoutput.phpt40 begin
54 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
60 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
75 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
86 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
H A Dbug38161.phpt10 $query = "begin if false then :bv := 1; end if; end;";
18 $query = "begin if false then :bv := 1; end if; end;";
H A Dimp_res_insert.phpt33 begin
41 begin
55 $s = oci_parse($c, "begin imp_res_insert_proc_nc(111); end;");
65 $s = oci_parse($c, "begin imp_res_insert_proc_nc(222); end;");
76 $s = oci_parse($c, "begin imp_res_insert_proc_c(333); end;");
87 $s = oci_parse($c, "begin imp_res_insert_proc_c(444); end;");
H A Dimp_res_get_dbmsoutput.phpt40 begin
58 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
64 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
80 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
96 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
H A Dimp_res_4.phpt28 begin
39 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
45 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
H A Dimp_res_5.phpt28 begin
39 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
45 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
H A Dbug47281_tt.phpt21 begin
33 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dimp_res_prefetch.phpt40 begin
54 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
61 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
H A Dbug44008.phpt19 as begin p := 'A';
27 $s = oci_parse($c, 'begin bug44008_proc(:data); end;');
/PHP-8.1/ext/pgsql/tests/
H A D05large_object.phpt15 pg_exec ($db, "begin");
25 pg_exec ($db, "begin");
40 pg_exec ($db, "begin");
51 pg_exec ($db, "begin");
57 pg_exec ($db, "begin");
63 pg_exec ($db, "begin");
70 pg_query($db, 'begin');
73 pg_query($db, 'begin');
H A D27large_object_oid.phpt20 pg_exec ($db, "begin");
28 pg_exec ($db, "begin");
36 pg_exec ("begin");
/PHP-8.1/tests/classes/
H A Dprivate_members.phpt12 echo __METHOD__ . "(begin)\n";
31 echo __METHOD__ . "(begin)\n";
55 derived::__construct(begin)
56 base::__construct(begin)
/PHP-8.1/Zend/tests/
H A Dbug29104.phpt9 echo "function g - begin\n";
25 function g - begin
/PHP-8.1/ext/date/tests/
H A Dbug44562.phpt13 $begin = new DateTime( "2008-07-20T22:44:53+0200" );
16 $dp = new DatePeriod( $begin, $interval, 10 );
/PHP-8.1/ext/standard/tests/array/
H A Darray_intersect_1.phpt34 echo "begin ------------ array_uintersect() ---------------------------\n";
42 echo "begin ------------ array_uintersect_assoc() ---------------------\n";
50 echo "begin ------------ array_uintersect_uassoc() with ordinary func -\n";
58 echo "begin ------------ array_uintersect_uassoc() with method --------\n";
66 begin ------------ array_uintersect() ---------------------------
146 begin ------------ array_uintersect_assoc() ---------------------
219 begin ------------ array_uintersect_uassoc() with ordinary func -
292 begin ------------ array_uintersect_uassoc() with method --------
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h18 int begin; member
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.c106 while (begin != end) { in spl_fixedarray_init_elems()
107 ZVAL_NULL(begin++); in spl_fixedarray_init_elems()
131 ZEND_ASSERT(array->size - offset >= end - begin); in spl_fixedarray_copy_range()
134 while (begin != end) { in spl_fixedarray_copy_range()
135 ZVAL_COPY(to++, begin++); in spl_fixedarray_copy_range()
144 zval *begin = from->elements, *end = from->elements + size; in spl_fixedarray_copy_ctor() local
145 spl_fixedarray_copy_range(to, 0, begin, end); in spl_fixedarray_copy_ctor()
156 while (begin != end) { in spl_fixedarray_dtor_range()
157 zval_ptr_dtor(begin++); in spl_fixedarray_dtor_range()
170 while (begin != end) { in spl_fixedarray_dtor()
[all …]

Completed in 47 milliseconds

12345