Home
last modified time | relevance | path

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

12345

/PHP-8.2/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()
905 current = s->begin; in scan()
1015 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
1021 in.begin->us = 0; in timelib_strtointerval()
1022 in.begin->z = 0; in timelib_strtointerval()
1023 in.begin->dst = 0; in timelib_strtointerval()
1024 in.begin->is_localtime = 0; in timelib_strtointerval()
[all …]
H A Dparse_date.re489 begin = *ptr;
499 memcpy(str, begin, end - begin);
532 begin = *ptr;
538 memcpy(str, begin + 1, end - begin - 1);
613 memcpy(word, begin, end - begin);
646 memcpy(word, begin, end - begin);
705 memcpy(word, begin, end - begin);
828 memcpy(word, begin, end - begin);
895 if (begin[2] != ':' || begin[5] != ':') {
900 …tmp = sHOUR(strtol(begin, NULL, 10)) + sMIN(strtol(begin + 3, NULL, 10)) + strtol(begin + 6, NULL,…
[all …]
/PHP-8.2/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_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 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 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.2/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.2/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.2/Zend/tests/
H A Dbug29104.phpt9 echo "function g - begin\n";
25 function g - begin
/PHP-8.2/ext/mbstring/tests/
H A Duuencode_encoding.phpt26 testConversion("begin 0644 filename\n#0V%T\n", 'Cat');
27 testConversion("begin 0644 filename\n::'1T<#HO+W=W=RYW:6MI<&5D:6\$N;W)G#0H`\n", "http://www.wikiped…
28 testConversion("begin 0644 filename\n#`0(#\n", "\x01\x02\x03");
29 testConversion("begin 0644 filename\n$`0(#\"@``\n", "\x01\x02\x03\n");
/PHP-8.2/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.2/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.2/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h20 int begin; member

Completed in 35 milliseconds

12345