Home
last modified time | relevance | path

Searched refs:end (Results 51 – 75 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c107 return (q <= end ? q : NULL); in onigenc_step()
116 while (q < end) { in onigenc_strlen()
566 if (p < end) { in onigenc_is_mbc_newline_0x0a()
575 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold()
586 const UChar** pp, const UChar* end)
629 const UChar* end ARG_UNUSED) in onigenc_always_true_is_allowed_reverse_match()
636 const UChar* end ARG_UNUSED) in onigenc_always_false_is_allowed_reverse_match()
652 if (p >= end) break; in onigenc_mbn_mbc_to_code()
781 len = onigenc_strlen(enc, p, end); in onigenc_minimum_property_name_to_ctype()
828 if (p >= end) return (int )(*sascii); in onigenc_with_ascii_strncmp()
[all …]
H A Doniguruma.h269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
270 ONIGENC_IS_CODE_WORD(enc,ONIGENC_MBC_TO_CODE(enc,s,end))
275 #define ONIGENC_MBC_CASE_FOLD(enc,flag,pp,end,buf) \ argument
277 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
278 (enc)->is_allowed_reverse_match(s,end)
292 #define ONIGENC_IS_MBC_NEWLINE(enc,p,end) (enc)->is_mbc_newline((p),(end)) argument
293 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end)) argument
296 #define ONIGENC_PROPERTY_NAME_TO_CTYPE(enc,p,end) \ argument
297 (enc)->property_name_to_ctype(enc,p,end)
603 int end; member
[all …]
H A Dregparse.c235 slen = end - s; in strdup_with_null()
303 UChar* end; member
312 if ((x->end - x->s) != (y->end - y->s)) in str_end_cmp()
1431 p = strcat_capa(NSTR(node)->s, NSTR(node)->end, s, end, capa); in onig_node_str_cat()
1571 sn->end += num; in node_str_head_pad()
2516 name_end = end; in fetch_name_with_level()
2576 goto end; in fetch_name_with_level()
2584 end: in fetch_name_with_level()
2626 name_end = end; in fetch_name()
2932 goto end; in fetch_token_in_cc()
[all …]
/PHP-5.5/ext/oci8/tests/
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 Dbug37581.phpt16 end ARRAYBINDPKG1;";
23 end loop;
24 end array_bind;
25 end ARRAYBINDPKG1;";
33 $stmt = oci_parse($c,'begin ARRAYBINDPKG1.array_bind(:in_arr, :out_str); end;');
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c60 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() argument
70 if (p >= end) break; in mbc_to_code()
124 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
166 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match()
203 end: in init_property_list()
208 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype() argument
214 if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) { in property_name_to_ctype()
215 return onigenc_minimum_property_name_to_ctype(enc, p, end); in property_name_to_ctype()
H A Diso8859_5.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
119 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str() argument
206 flag, p, end, items); in get_case_fold_codes_by_str()
H A Dkoi8_r.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_r_mbc_case_fold()
119 koi8_r_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
188 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_r_get_case_fold_codes_by_str() argument
192 flag, p, end, items); in koi8_r_get_case_fold_codes_by_str()
H A Diso8859_7.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
120 const UChar** pp, const UChar* end)
197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
201 flag, p, end, items); in get_case_fold_codes_by_str()
H A Dkoi8.c109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_mbc_case_fold()
120 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end)
226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str() argument
230 flag, p, end, items); in koi8_get_case_fold_codes_by_str()
H A Diso8859_13.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
208 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_14.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
127 const UChar** pp, const UChar* end)
217 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
221 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_15.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
127 const UChar** pp, const UChar* end)
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
215 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_16.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
217 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_2.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
206 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_3.c108 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
215 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_4.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
217 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_10.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
219 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_9.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
208 flag, p, end, items); in get_case_fold_codes_by_str()
/PHP-5.5/sapi/cli/tests/
H A D013.phpt19 var_dump(`cat "$filename_txt" | "$php" -n -E 'var_dump("end");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
29 string(16) "string(3) "end"
32 string(3) "end"
/PHP-5.5/Zend/tests/
H A Dcatch_finally_001.phpt17 echo "end\n";
27 end
32 end
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c750 end = regs->end[i]; in _php_mb_regex_ereg_exec()
751 if (beg >= 0 && beg < end && end <= string_len) { in _php_mb_regex_ereg_exec()
1083 int beg, end; in PHP_FUNCTION() local
1088 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION()
1245 end = MBREX(search_regs)->end[0]; in _php_mb_regex_ereg_search_exec()
1254 end = MBREX(search_regs)->end[i]; in _php_mb_regex_ereg_search_exec()
1255 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec()
1266 end = MBREX(search_regs)->end[0]; in _php_mb_regex_ereg_search_exec()
1267 if (pos < end) { in _php_mb_regex_ereg_search_exec()
1375 end = MBREX(search_regs)->end[i]; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/date/tests/
H A Dexamine_diff.inc21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
44 $end = new DateTime($end_date);
46 $end = $end_date;
48 $end_date = $end->format('Y-m-d H:i:s T');
56 $result_interval = $start->diff($end, $absolute);
62 $result_interval = $start->diff($end, $absolute);
74 $end->sub($expect_interval);
75 $result_start_date = $end->format('Y-m-d H:i:s T');
H A Ddate_diff1.phpt8 $end = new DateTime('2010-11-06 18:38:28 EDT');
9 $int = $start->diff($end);
11 var_dump($end);
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re133 char *begin, *end, *str;
148 end = *ptr;
296 current = s->end;
458 in.end->y = TIMELIB_UNSET;
459 in.end->d = TIMELIB_UNSET;
460 in.end->m = TIMELIB_UNSET;
464 in.end->f = 0;
465 in.end->z = 0;
466 in.end->dst = 0;
467 in.end->is_localtime = 0;
[all …]

Completed in 85 milliseconds

12345678910>>...26