Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.6/ext/zip/lib/
H A Dzip_source_deflate.c106 int end, ret; in compress_read() local
118 end = 0; in compress_read()
129 end = 1; in compress_read()
135 end = 1; in compress_read()
141 end = 1; in compress_read()
163 end = 1; in compress_read()
192 end = 0; in decompress_read()
202 end = 1; in decompress_read()
208 end = 1; in decompress_read()
214 end = 1; in decompress_read()
[all …]
/PHP-5.6/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 Dregparse.c235 slen = end - s; in strdup_with_null()
263 if(UNEXPECTED(p > end)) p = end; \
268 if(UNEXPECTED(p > end)) p = end; \
273 if(UNEXPECTED(p > end)) p = end; \
314 UChar* end; member
323 if ((x->end - x->s) != (y->end - y->s)) in str_end_cmp()
1582 sn->end += num; in node_str_head_pad()
2586 goto end; in fetch_name_with_level()
2594 end: in fetch_name_with_level()
2940 goto end; in fetch_token_in_cc()
[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 …]
/PHP-5.6/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 BUG37581_PKG;";
23 end loop;
24 end array_bind;
25 end BUG37581_PKG;";
33 $stmt = oci_parse($c,'begin bug37581_pkg.array_bind(:in_arr, :out_str); end;');
H A Dimp_res_2.phpt30 end;",
39 end;",
48 end;"
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;");
/PHP-5.6/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_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_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_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.6/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.6/Zend/tests/
H A Dcatch_finally_001.phpt17 echo "end\n";
27 end
32 end
/PHP-5.6/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');
/PHP-5.6/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()
1087 int beg, end; in PHP_FUNCTION() local
1092 beg = regs->beg[0], end = regs->end[0]; in PHP_FUNCTION()
1246 end = MBREX(search_regs)->end[0]; in _php_mb_regex_ereg_search_exec()
1255 end = MBREX(search_regs)->end[i]; in _php_mb_regex_ereg_search_exec()
1256 if (beg >= 0 && beg <= end && end <= len) { in _php_mb_regex_ereg_search_exec()
1267 end = MBREX(search_regs)->end[0]; in _php_mb_regex_ereg_search_exec()
1268 if (pos <= end) { in _php_mb_regex_ereg_search_exec()
1376 end = MBREX(search_regs)->end[i]; in PHP_FUNCTION()
[all …]

Completed in 85 milliseconds

12345678910>>...28