Home
last modified time | relevance | path

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

12345

/PHP-7.4/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.4/Zend/
H A Dzend_sort.c30 register char *begin; in zend_qsort() local
42 begin = begin_stack[loop]; in zend_qsort()
45 while (begin < end) { in zend_qsort()
46 offset = (end - begin) >> Z_L(1); in zend_qsort()
47 swp(begin, begin + (offset - (offset % siz))); in zend_qsort()
49 seg1 = begin + siz; in zend_qsort()
68 swp(begin, seg2); in zend_qsort()
72 if ((seg2p - begin) <= (end - seg2p)) { in zend_qsort()
80 if ((seg2p - siz) > begin) { in zend_qsort()
81 begin_stack[loop] = begin; in zend_qsort()
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re77 timelib_time *begin;
108 char *begin, *end, *str;
118 begin = *ptr;
125 memcpy(str, begin, end - begin);
225 current = s->begin;
371 in.begin->y = TIMELIB_UNSET;
377 in.begin->us = 0;
378 in.begin->z = 0;
379 in.begin->dst = 0;
380 in.begin->is_localtime = 0;
[all …]
H A Dparse_iso_intervals.c79 timelib_time *begin; member
110 char *begin, *end, *str; in timelib_get_nr() local
120 begin = *ptr; in timelib_get_nr()
127 memcpy(str, begin, end - begin); in timelib_get_nr()
818 current = s->begin; in scan()
976 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
982 in.begin->us = 0; in timelib_strtointerval()
983 in.begin->z = 0; in timelib_strtointerval()
984 in.begin->dst = 0; in timelib_strtointerval()
985 in.begin->is_localtime = 0; in timelib_strtointerval()
[all …]
H A Dparse_date.re457 begin = *ptr;
467 memcpy(str, begin, end - begin);
500 begin = *ptr;
507 memcpy(str, begin + 1, end - begin - 1);
546 memcpy(word, begin, end - begin);
579 memcpy(word, begin, end - begin);
626 memcpy(word, begin, end - begin);
722 memcpy(word, begin, end - begin);
779 char *begin = *ptr;
791 if (*begin == '+') {
[all …]
/PHP-7.4/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 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.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 Dbug47281_tt.phpt19 begin
31 $s = oci_parse($c, 'begin bug47281_sp; 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 Dbug44008.phpt17 as begin p := 'A';
25 $s = oci_parse($c, 'begin bug44008_proc(:data); 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;");
/PHP-7.4/Zend/tests/
H A Dbug29104.phpt9 echo "function g - begin\n";
25 function g - begin
/PHP-7.4/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-7.4/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.4/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.4/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h2 int begin; member

Completed in 37 milliseconds

12345