Home
last modified time | relevance | path

Searched refs:end (Results 26 – 50 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/standard/
H A Dscanf.c111 char end; member
145 char *end; in BuildCharSet() local
160 ch = end++; in BuildCharSet()
167 ch = end++; in BuildCharSet()
861 end++; in php_sscanf_internal()
899 end++; in php_sscanf_internal()
1051 } else if (end[-1] == 'x' || end[-1] == 'X') { in php_sscanf_internal()
1052 end--; in php_sscanf_internal()
1167 end--; in php_sscanf_internal()
1169 if (*end != 'e' && *end != 'E') { in php_sscanf_internal()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dend_basic.phpt2 Test end() function : basic functionality
5 /* Prototype : mixed end(array $array_arg)
11 * Test basic functionality of end()
14 echo "*** Testing end() : basic functionality ***\n";
21 echo "\n-- Call to end() --\n";
22 var_dump(end($array));
29 var_dump(end($array));
33 *** Testing end() : basic functionality ***
38 -- Call to end() --
H A Dend_variation2.phpt2 Test end() function : usage variations - Multi-dimensional arrays
5 /* Prototype : mixed end(array $array_arg)
11 * Test end() when passed:
17 echo "*** Testing end() : usage variations ***\n";
22 var_dump(end($array_arg));
25 var_dump(end($array_arg[0]));
29 *** Testing end() : usage variations ***
H A Dend_variation3.phpt2 Test end() function : usage variations - Referenced variables
5 /* Prototype : mixed end(array $array_arg)
14 echo "*** Testing end() : usage variations ***\n";
20 end($array1);
25 echo "\n-- Position after calling end() --\n";
33 *** Testing end() : usage variations ***
38 -- Position after calling end() --
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_charset.c32 if (start >= end) { in check_mb_utf8mb3_sequence()
45 if (start + 2 > end) { in check_mb_utf8mb3_sequence()
54 if (start + 3 > end) { in check_mb_utf8mb3_sequence()
71 if (start >= end) { in check_mb_utf8_sequence()
84 if (start + 2 > end) { in check_mb_utf8_sequence()
93 if (start + 3 > end) { in check_mb_utf8_sequence()
236 if (end - start <= 1) { in check_mb_euckr()
398 if (start + 2 > end) { in check_mb_utf16()
692 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
697 for (;escapestr < end; escapestr++) { in mysqlnd_cset_escape_quotes()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation7-win32.phpt69 }//end of inner for loop
70 }//end of outer foreach loop
78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
[all …]
H A Dftruncate_variation7.phpt69 }//end of inner for loop
70 }//end of outer foreach loop
78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
[all …]
/PHP-5.5/Zend/
H A Dzend_qsort.c62 register char *end; in zend_qsort_r() local
74 end = end_stack[loop]; in zend_qsort_r()
76 while (begin < end) { in zend_qsort_r()
77 offset = (end - begin) >> 1; in zend_qsort_r()
81 seg2 = end; in zend_qsort_r()
103 if ((seg2p - begin) <= (end - seg2p)) { in zend_qsort_r()
104 if ((seg2p + siz) < end) { in zend_qsort_r()
106 end_stack[loop++] = end; in zend_qsort_r()
108 end = seg2p - siz; in zend_qsort_r()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dbig5.c58 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code() argument
60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_BIG5, p, end); in big5_mbc_to_code()
70 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold() argument
74 pp, end, lower); in big5_mbc_case_fold()
80 const UChar** pp, const UChar* end)
82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end);
138 big5_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in big5_is_allowed_reverse_match()
H A Deuc_kr.c58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code() argument
60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_EUC_KR, p, end); in euckr_mbc_to_code()
70 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold() argument
74 pp, end, lower); in euckr_mbc_case_fold()
80 const UChar** pp, const UChar* end)
82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_KR, flag, pp, end);
114 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in euckr_is_allowed_reverse_match()
H A Dutf32_be.c39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline() argument
41 if (p + 3 < end) { in utf32be_is_mbc_newline()
61 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32be_mbc_to_code()
86 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument
111 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_BE, flag, pp, end, in utf32be_mbc_case_fold()
117 utf32be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str() argument
164 flag, p, end, items); in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline() argument
41 if (p + 3 < end) { in utf32le_is_mbc_newline()
61 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32le_mbc_to_code()
86 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument
112 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_LE, flag, pp, end, in utf32le_mbc_case_fold()
118 utf32le_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
161 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str() argument
164 flag, p, end, items); in utf32le_get_case_fold_codes_by_str()
H A Dutf16_be.c58 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline() argument
60 if (p + 1 < end) { in utf16be_is_mbc_newline()
78 utf16be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf16be_mbc_to_code()
124 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument
148 pp, end, fold); in utf16be_mbc_case_fold()
153 utf16be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str() argument
205 flag, p, end, items); in utf16be_get_case_fold_codes_by_str()
H A Dutf16_le.c64 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline() argument
66 if (p + 1 < end) { in utf16le_is_mbc_newline()
84 utf16le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf16le_mbc_to_code()
127 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument
149 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF16_LE, flag, pp, end, in utf16le_mbc_case_fold()
156 const UChar* end)
203 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str() argument
206 flag, p, end, items); in utf16le_get_case_fold_codes_by_str()
H A Dsjis.c96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() argument
107 if (p >= end) break; in mbc_to_code()
131 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
155 const UChar** pp, const UChar* end)
157 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_SJIS, flag, pp, end);
202 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match()
237 end: in init_property_list()
242 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype() argument
248 if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) { in property_name_to_ctype()
249 return onigenc_minimum_property_name_to_ctype(enc, p, end); in property_name_to_ctype()
H A Dutf8.c69 is_mbc_newline(const UChar* p, const UChar* end) in is_mbc_newline() argument
71 if (p < end) { in is_mbc_newline()
78 if (p + 1 < end) { in is_mbc_newline()
81 if (p + 2 < end) { in is_mbc_newline()
94 mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in mbc_to_code()
196 const UChar* end, UChar* fold) in mbc_case_fold() argument
218 pp, end, fold); in mbc_case_fold()
224 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
282 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
285 flag, p, end, items); in get_case_fold_codes_by_str()
H A Deuc_tw.c58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code() argument
60 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_EUC_TW, p, end); in euctw_mbc_to_code()
70 euctw_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euctw_mbc_case_fold() argument
74 pp, end, lower); in euctw_mbc_case_fold()
105 euctw_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in euctw_is_allowed_reverse_match()
/PHP-5.5/ext/date/lib/
H A Dastro.h37 #define civil_twilight(ts,lon,lat,start,end) \ argument
38 timelib_astro_rise_set_altitude( ts, lon, lat, -6.0, 0, start, end )
43 #define nautical_twilight(ts,lon,lat,start,end) \ argument
44 timelib_astro_rise_set_altitude( ts, lon, lat, -12.0, 0, start, end )
49 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
50 timelib_astro_rise_set_altitude( ts, lon, lat, -18.0, 0, start, end )
/PHP-5.5/ext/filter/
H A Dlogical_filters.c101 while (str < end) { in php_filter_parse_int()
125 while (str < end) { in php_filter_parse_octal()
149 while (str < end) { in php_filter_parse_hex()
309 char *str, *end; in php_filter_float() local
327 end = str + len; in php_filter_float()
383 if (str != end) { in php_filter_float()
563 while (str < end) { in _php_filter_validate_ipv4()
583 return str == end; in _php_filter_validate_ipv4()
598 char *end; in _php_filter_validate_ipv6() local
630 end = str + str_len; in _php_filter_validate_ipv6()
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c138 clone->end = node->end; in history_tree_clone()
190 region->end = (int* )xrealloc(region->end, n * sizeof(int)); in onig_region_resize()
223 region->end[at] = end; in onig_region_set()
253 if (r->end) xfree(r->end); in onig_region_free()
280 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy()
286 to->end[i] = from->end[i]; in onig_region_copy()
3103 end, in onig_match()
3280 end, p); in backward_search_range()
3590 if (sch_range > end) sch_range = (UChar* )end; in onig_search()
3661 if (sch_start > end) sch_start = (UChar* )end; in onig_search()
[all …]
H A Dregenc.h120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
124 …c_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
130 ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end));
131 ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end)…
134 …ERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end));
135 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
138 ONIG_EXTERN int onigenc_minimum_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
139 ONIG_EXTERN int onigenc_unicode_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
167 onigenc_with_ascii_strncmp P_((OnigEncoding enc, const UChar* p, const UChar* end, const UChar* sas…
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_8bit_basic.phpt16 var_dump(imap_8bit("String with CRLF at end \r\n"));
17 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
18 var_dump(imap_8bit("String with space at end "));
20 var_dump(imap_8bit("String with tab at end \t"));
27 string(28) "String with CRLF at end=20
29 string(25) "String with space at end "
31 string(26) "String with tab at end =09"
/PHP-5.5/main/
H A Dfopen_wrappers.c118 *end = '\0'; in ZEND_INI_MH()
119 end++; in ZEND_INI_MH()
126 ptr = end; in ZEND_INI_MH()
299 char *end; local
316 *end = '\0';
317 end++;
325 ptr = end;
524 if (end) {
532 ptr = end+1;
670 end++;
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_str.h10 char *d, *end; in str_purify_filename() local
13 end = dst + size - 1; in str_purify_filename()
15 for (; d < end && *src; ++d, ++src) { in str_purify_filename()
/PHP-5.5/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()
142 end = 1; in compress_read()
164 end = 1; in compress_read()
193 end = 0; in decompress_read()
203 end = 1; in decompress_read()
209 end = 1; in decompress_read()
216 end = 1; in decompress_read()
[all …]

Completed in 106 milliseconds

12345678910>>...26