Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.1/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()
854 end++; in php_sscanf_internal()
887 end++; in php_sscanf_internal()
1039 } else if (end[-1] == 'x' || end[-1] == 'X') { in php_sscanf_internal()
1040 end--; in php_sscanf_internal()
1155 end--; in php_sscanf_internal()
1157 if (*end != 'e' && *end != 'E') { in php_sscanf_internal()
[all …]
/PHP-7.1/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-7.1/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-7.1/ext/mbstring/oniguruma/enc/
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) in utf16be_mbc_to_code() argument
83 if (end - p < 4) return 0; in utf16be_mbc_to_code()
89 if (end - p < 2) return 0; in utf16be_mbc_to_code()
126 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument
150 pp, end, fold); in utf16be_mbc_case_fold()
155 utf16be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str() argument
207 flag, p, end, items); in utf16be_get_case_fold_codes_by_str()
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()
63 if (end - p < 4) return 0; in utf32be_mbc_to_code()
87 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument
112 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_BE, flag, pp, end, in utf32be_mbc_case_fold()
118 utf32be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
162 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str() argument
165 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()
63 if (end - p < 4) return 0; in utf32le_mbc_to_code()
87 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument
113 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_LE, flag, pp, end, in utf32le_mbc_case_fold()
119 utf32le_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
162 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str() argument
165 flag, p, end, items); in utf32le_get_case_fold_codes_by_str()
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 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) in utf16le_mbc_to_code() argument
91 if (end - p < 4) return 0; in utf16le_mbc_to_code()
128 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument
150 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF16_LE, flag, pp, end, in utf16le_mbc_case_fold()
157 const UChar* end)
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str() argument
207 flag, p, end, items); in utf16le_get_case_fold_codes_by_str()
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 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) in mbc_to_code() argument
100 if (len > end - p) len = end - p; in mbc_to_code()
198 const UChar* end, UChar* fold) in mbc_case_fold() argument
220 pp, end, fold); in mbc_case_fold()
226 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
284 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
[all …]
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()
/PHP-7.1/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()
781 const char *end = escapestr + escapestr_len; in mysqlnd_cset_escape_quotes() local
786 for (;escapestr < end; escapestr++) { in mysqlnd_cset_escape_quotes()
[all …]
/PHP-7.1/ext/json/tests/
H A Dbug72069.phpt8 $result = json_encode(['end' => json_decode(null, true)]);
15 return ['end' => json_decode(null, true)];
27 string(12) "{"end":null}"
28 string(12) "{"end":null}"
29 string(12) "{"end":null}"
/PHP-7.1/ext/date/lib/
H A Dastro.h61 #define civil_twilight(ts,lon,lat,start,end) \ argument
62 timelib_astro_rise_set_altitude( ts, lon, lat, -6.0, 0, start, end )
67 #define nautical_twilight(ts,lon,lat,start,end) \ argument
68 timelib_astro_rise_set_altitude( ts, lon, lat, -12.0, 0, start, end )
73 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
74 timelib_astro_rise_set_altitude( ts, lon, lat, -18.0, 0, start, end )
/PHP-7.1/Zend/
H A Dzend_arena.h30 char *end; member
39 arena->end = (char*) arena + size; in zend_arena_create()
62 if (EXPECTED(size <= (size_t)(arena->end - ptr))) { in zend_arena_alloc()
66 …UNEXPECTED((size + ZEND_MM_ALIGNED_SIZE(sizeof(zend_arena))) > (size_t)(arena->end - (char*) arena… in zend_arena_alloc()
68 (size_t)(arena->end - (char*) arena); in zend_arena_alloc()
73 new_arena->end = (char*) new_arena + arena_size; in zend_arena_alloc()
105 while (UNEXPECTED((char*)checkpoint > arena->end) || in zend_arena_release()
111 ZEND_ASSERT((char*)checkpoint > (char*)arena && (char*)checkpoint <= arena->end); in zend_arena_release()
H A Dzend_sort.c33 register char *end; in zend_qsort() local
45 end = end_stack[loop]; in zend_qsort()
47 while (begin < end) { in zend_qsort()
48 offset = (end - begin) >> Z_L(1); in zend_qsort()
52 seg2 = end; in zend_qsort()
75 if ((seg2p + siz) < end) { in zend_qsort()
77 end_stack[loop++] = end; in zend_qsort()
79 end = seg2p - siz; in zend_qsort()
180 char *end = start + (nmemb * siz); in zend_insert_sort() local
339 j = end - siz; in zend_sort()
[all …]
H A Dzend_gc.c371 Bucket *p, *end; in gc_scan_black() local
390 end = zv + n; in gc_scan_black()
441 end--; in gc_scan_black()
442 zv = &end->val; in gc_scan_black()
479 Bucket *p, *end; in gc_mark_grey() local
500 end = zv + n; in gc_mark_grey()
550 end--; in gc_mark_grey()
607 Bucket *p, *end; in gc_scan() local
670 end--; in gc_scan()
858 end--;
[all …]
/PHP-7.1/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-7.1/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()
3098 end, in onig_match()
3284 end, p); in backward_search_range()
3594 if (sch_range > end) sch_range = (UChar* )end; in onig_search()
3665 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-7.1/ext/filter/
H A Dlogical_filters.c118 while (str < end) { in php_filter_parse_int()
142 while (str < end) { in php_filter_parse_octal()
166 while (str < end) { in php_filter_parse_hex()
326 char *str, *end; in php_filter_float() local
344 end = str + len; in php_filter_float()
400 if (str != end) { in php_filter_float()
648 while (str < end) { in _php_filter_validate_ipv4()
668 return str == end; in _php_filter_validate_ipv4()
683 char *end; in _php_filter_validate_ipv6() local
715 end = str + str_len; in _php_filter_validate_ipv6()
[all …]
/PHP-7.1/sapi/phpdbg/
H A D.gdbinit5 end
9 end
10 end

Completed in 70 milliseconds

12345678910>>...30