Searched refs:items (Results 51 – 75 of 125) sorted by relevance
12345
/PHP-5.5/ext/spl/tests/ |
H A D | SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt | 10 // Add some items to the list
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | asort_variation10.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | arsort_variation10.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | sort_variation10.phpt | 15 * 2.SORT_REGULAR - compare items normally 16 * 3.SORT_NUMERIC - compare items numerically
|
H A D | krsort_variation6.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | sort_variation6.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | arsort_variation6.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | ksort_variation11.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_STRING - compare items as strings
|
H A D | ksort_variation6.phpt | 13 * 2.SORT_REGULAR - compare items normally 14 * 3.SORT_NUMERIC - compare items numerically
|
H A D | asort_variation6.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | krsort_variation10.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_STRING - compare items as strings
|
H A D | ksort_variation3.phpt | 14 * 2. SORT_REGULAR - compare items normally 15 * 3. SORT_NUMERIC - compare items numerically
|
H A D | ksort_basic.phpt | 13 * 2.SORT_REGULAR - compare items normally 14 * 3.SORT_NUMERIC - compare items numerically 15 * 4.SORT_STRING - compare items as strings
|
H A D | sort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | krsort_variation3.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | asort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | arsort_basic.phpt | 15 * SORT_REGULAR - compare items normally 16 * SORT_NUMERIC - compare items numerically 17 * SORT_STRING - compare items as strings
|
H A D | krsort_basic.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically 16 * 4.SORT_STRING - compare items as strings
|
H A D | asort_variation3.phpt | 14 * 2. SORT_REGULAR - compare items normally 15 * 3. SORT_NUMERIC - compare items numerically
|
H A D | arsort_variation3.phpt | 14 * 2. SORT_REGULAR - compare items normally 15 * 3. SORT_NUMERIC - compare items numerically
|
/PHP-5.5/ext/gettext/tests/ |
H A D | gettext_dngettext-wrongparams.phpt | 17 var_dump(dngettext('dngettextTest', 'item', 'items'));
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regenc.h | 116 …_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[])); 118 …g, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[])); 150 …c, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]));
|
/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 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()
|
/PHP-5.5/win32/build/ |
H A D | confutils.js | 614 var items; 617 items = glob(dirs[i] + "\\" + pattern); 618 if (items) { 619 return condense_path(items[0]); 2153 var items = null; 2177 items = new Array(); 2197 items[items.length] = fc.item(); 2203 items[items.length] = subitems[j]; 2217 items[items.length] = fc.item(); 2222 if (items.length == 0) [all …]
|
/PHP-5.5/Zend/tests/ |
H A D | bug38047.phpt | 38 //This will not create file and line items for the call into the error handler
|
Completed in 65 milliseconds
12345