Home
last modified time | relevance | path

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

12345

/PHP-8.0/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");
/PHP-8.0/ext/date/lib/
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.re458 begin = *ptr;
468 memcpy(str, begin, end - begin);
502 begin = *ptr;
509 memcpy(str, begin + 1, end - begin - 1);
549 memcpy(word, begin, end - begin);
582 memcpy(word, begin, end - begin);
629 memcpy(word, begin, end - begin);
735 memcpy(word, begin, end - begin);
813 if (*begin == '+') {
2056 const char *begin;
[all …]
/PHP-8.0/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;');
52 string(31) "begin raise NO_DATA_FOUND; end;"
69 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_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 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_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_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 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_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-8.0/Zend/tests/
H A Dbug29104.phpt9 echo "function g - begin\n";
25 function g - begin
/PHP-8.0/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.0/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.0/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h13 int begin; member
/PHP-8.0/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.0/ext/spl/
H A Dspl_fixedarray.c98 while (begin != end) { in spl_fixedarray_init_elems()
99 ZVAL_NULL(begin++); in spl_fixedarray_init_elems()
122 ZEND_ASSERT(array->size - offset >= end - begin); in spl_fixedarray_copy_range()
125 while (begin != end) { in spl_fixedarray_copy_range()
126 ZVAL_COPY(to++, begin++); in spl_fixedarray_copy_range()
135 zval *begin = from->elements, *end = from->elements + size; in spl_fixedarray_copy_ctor() local
136 spl_fixedarray_copy_range(to, 0, begin, end); in spl_fixedarray_copy_ctor()
145 while (begin != end) { in spl_fixedarray_dtor_range()
146 zval_ptr_dtor(begin++); in spl_fixedarray_dtor_range()
159 while (begin != end) { in spl_fixedarray_dtor()
[all …]

Completed in 41 milliseconds

12345