Home
last modified time | relevance | path

Searched refs:items (Results 51 – 75 of 125) sorted by relevance

12345

/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Darsort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation10.phpt15 * 2.SORT_REGULAR - compare items normally
16 * 3.SORT_NUMERIC - compare items numerically
H A Dkrsort_variation6.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Darsort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dksort_variation11.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_STRING - compare items as strings
H A Dksort_variation6.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
H A Dasort_variation6.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dkrsort_variation10.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_STRING - compare items as strings
H A Dksort_variation3.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
H A Dksort_basic.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_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dkrsort_variation3.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dasort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Darsort_basic.phpt15 * SORT_REGULAR - compare items normally
16 * SORT_NUMERIC - compare items numerically
17 * SORT_STRING - compare items as strings
H A Dkrsort_basic.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_variation3.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
H A Darsort_variation3.phpt14 * 2. SORT_REGULAR - compare items normally
15 * 3. SORT_NUMERIC - compare items numerically
/PHP-5.5/ext/gettext/tests/
H A Dgettext_dngettext-wrongparams.phpt17 var_dump(dngettext('dngettextTest', 'item', 'items'));
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h116 …_((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 Dutf8.c282 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 Dconfutils.js614 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 Dbug38047.phpt38 //This will not create file and line items for the call into the error handler

Completed in 59 milliseconds

12345