Home
last modified time | relevance | path

Searched refs:items (Results 101 – 125 of 131) sorted by relevance

123456

/PHP-7.1/ext/standard/tests/array/
H A Dsort_variation8.phpt14 * SORT_REGULAR - compare items normally
H A Dkrsort_variation8.phpt14 * 2.SORT_REGULAR - compare items normally
H A Darsort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Darsort_variation8.phpt14 * SORT_REGULAR - compare items normally
H A Dasort_variation8.phpt14 * SORT_REGULAR - compare items normally
H A Darsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation9.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation9.phpt15 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation9.phpt13 * 2.SORT_REGULAR - compare items normally
H A Dasort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dkrsort_object.phpt12 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
H A Dkrsort_variation1.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
16 * 4.SORT_STRING - compare items as strings
H A Dksort_variation1.phpt13 * 2. SORT_REGULAR - compare items normally
14 * 3. SORT_NUMERIC - compare items numerically
15 * 4. SORT_STRING - compare items as strings
H A Dsort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
H A Dasort_object2.phpt14 2. SORT_REGULAR - compare items normally
H A Darsort_variation1.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
16 * 4. SORT_STRING - compare items as strings
/PHP-7.1/ext/zlib/
H A Dzlib_filter.c41 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
H A Dzlib.c56 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
58 return (voidpf)safe_emalloc(items, size, 0); in php_zlib_alloc()
/PHP-7.1/ext/bz2/
H A Dbz2_filter.c54 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc() argument
56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING148 mode, shorts in 16-bit mode, 32-bit words in 32-bit mode), containing items of
168 These items are all just one unit long
251 these are two-unit items; in UTF-8 or UTF-16 modes, the length is variable; in
252 UTF-32 mode these are one-unit items. Those with "MIN" in their names are the
306 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
340 There follows the bit map, if XCL_MAP is set, and then a sequence of items
351 This means that if no other items in the class set bits in the map, a map is
388 All but the last three are single-unit items, with no data. The others are
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC115 /-- For repeated items, use an atomic group so that the output is the same
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c3253 expand_case_fold_string_alt(int item_num, OnigCaseFoldCodeItem items[], in expand_case_fold_string_alt() argument
3265 if (items[i].byte_len != slen) { in expand_case_fold_string_alt()
3297 for (j = 0; j < items[i].code_len; j++) { in expand_case_fold_string_alt()
3298 len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); in expand_case_fold_string_alt()
3313 if (items[i].byte_len != slen) { in expand_case_fold_string_alt()
3315 UChar *q = p + items[i].byte_len; in expand_case_fold_string_alt()
3372 OnigCaseFoldCodeItem items[ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM]; in expand_case_fold_string() local
3387 p, end, items); in expand_case_fold_string()
4361 OnigCaseFoldCodeItem items[ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM]; in add_char_amb_opt_map_info() local
4368 n = ONIGENC_GET_CASE_FOLD_CODES_BY_STR(enc, case_fold_flag, p, end, items); in add_char_amb_opt_map_info()
[all …]
/PHP-7.1/ext/spl/tests/
H A Dbug55701.phpt241 // nothing here, just consume all the items

Completed in 47 milliseconds

123456