Home
last modified time | relevance | path

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

12345

/PHP-7.1/Zend/
H A Dzend_sort.c32 register char *begin; in zend_qsort() local
44 begin = begin_stack[loop]; in zend_qsort()
47 while (begin < end) { in zend_qsort()
48 offset = (end - begin) >> Z_L(1); in zend_qsort()
49 swp(begin, begin + (offset - (offset % siz))); in zend_qsort()
51 seg1 = begin + siz; in zend_qsort()
70 swp(begin, seg2); in zend_qsort()
74 if ((seg2p - begin) <= (end - seg2p)) { in zend_qsort()
82 if ((seg2p - siz) > begin) { in zend_qsort()
83 begin_stack[loop] = begin; in zend_qsort()
[all …]
/PHP-7.1/ext/pgsql/tests/
H A D05large_object.phpt13 pg_exec ($db, "begin");
23 pg_exec ($db, "begin");
32 pg_exec ($db, "begin");
40 pg_exec ($db, "begin");
46 pg_exec ($db, "begin");
52 pg_exec ($db, "begin");
59 pg_query($db, 'begin');
62 pg_query($db, 'begin');
H A D27large_object_oid.phpt18 pg_exec ($db, "begin");
26 pg_exec ($db, "begin");
34 pg_exec ("begin");
H A D28large_object_import_oid.phpt18 pg_exec($db, 'begin');
26 pg_exec($db, 'begin');
34 pg_exec('begin');
/PHP-7.1/ext/oci8/tests/
H A Dimp_res_2.phpt27 begin
34 begin
43 begin
57 $s = oci_parse($c, "begin imp_res_2_proc_a(); end;");
63 $s = oci_parse($c, "begin imp_res_2_proc_b(); end;");
69 $s = oci_parse($c, "begin imp_res_2_proc_c(); end;");
H A Dpecl_bug16842.phpt20 $s = oci_parse($c, 'begin raise NO_DATA_FOUND; end;');
28 $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.phpt17 begin
22 begin
37 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
44 $s = oci_parse($c, "begin bug46994_proc2(:myclob); end;");
51 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
H A Dbind_boolean_1.phpt25 $sql = "begin
40 $sql = "begin :b := true; end;";
50 "begin
68 "begin
88 begin
H A Dimp_res_insert.phpt32 begin
40 begin
54 $s = oci_parse($c, "begin imp_res_insert_proc_nc(111); end;");
64 $s = oci_parse($c, "begin imp_res_insert_proc_nc(222); end;");
75 $s = oci_parse($c, "begin imp_res_insert_proc_c(333); end;");
86 $s = oci_parse($c, "begin imp_res_insert_proc_c(444); end;");
H A Dimp_res_dbmsoutput.phpt39 begin
53 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
74 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
H A Dimp_res_get_dbmsoutput.phpt39 begin
57 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
79 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
95 $s = oci_parse($c, "begin imp_res_get_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_prefetch.phpt39 begin
53 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
60 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
67 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
H A Dimp_res_4.phpt27 begin
38 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
H A Dimp_res_5.phpt27 begin
38 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
H A Dbug47281_tt.phpt19 begin
31 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dimp_res_1.phpt39 begin
62 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
74 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
80 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
86 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
92 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
98 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
104 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
/PHP-7.1/ext/date/lib/
H A Dtimelib.c316 char *begin = *ptr, *end; in timelib_parse_tz_cor() local
323 switch (end - begin) { in timelib_parse_tz_cor()
326 return HOUR(strtol(begin, NULL, 10)); in timelib_parse_tz_cor()
330 if (begin[1] == ':') { in timelib_parse_tz_cor()
331 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); in timelib_parse_tz_cor()
333 } else if (begin[2] == ':') { in timelib_parse_tz_cor()
334 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); in timelib_parse_tz_cor()
337 tmp = strtol(begin, NULL, 10); in timelib_parse_tz_cor()
341 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); in timelib_parse_tz_cor()
H A Dparse_iso_intervals.re139 char *begin, *end, *str;
149 begin = *ptr;
156 memcpy(str, begin, end - begin);
305 current = s->begin;
451 in.begin->y = TIMELIB_UNSET;
452 in.begin->d = TIMELIB_UNSET;
457 in.begin->f = 0;
458 in.begin->z = 0;
459 in.begin->dst = 0;
460 in.begin->is_localtime = 0;
[all …]
H A Dparse_iso_intervals.c101 struct timelib_time *begin; member
141 char *begin, *end, *str; in timelib_get_nr() local
151 begin = *ptr; in timelib_get_nr()
158 memcpy(str, begin, end - begin); in timelib_get_nr()
898 current = s->begin; in scan()
1056 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
1062 in.begin->f = 0; in timelib_strtointerval()
1063 in.begin->z = 0; in timelib_strtointerval()
1064 in.begin->dst = 0; in timelib_strtointerval()
1065 in.begin->is_localtime = 0; in timelib_strtointerval()
[all …]
/PHP-7.1/tests/classes/
H A Dprivate_members.phpt14 echo __METHOD__ . "(begin)\n";
33 echo __METHOD__ . "(begin)\n";
57 derived::__construct(begin)
58 base::__construct(begin)
/PHP-7.1/Zend/tests/
H A Dbug29104.phpt9 echo "function g - begin\n";
25 function g - begin
/PHP-7.1/ext/date/tests/
H A Dbug44562.phpt16 $begin = new DateTime( "2008-07-20T22:44:53+0200" );
19 $dp = new DatePeriod( $begin, $interval, 10 );
/PHP-7.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-7.1/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h2 int begin; member

Completed in 68 milliseconds

12345