Home
last modified time | relevance | path

Searched refs:items (Results 26 – 50 of 125) sorted by relevance

12345

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_2.c202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
206 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_3.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
215 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_4.c213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
217 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_10.c215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
219 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_9.c204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
208 flag, p, end, items); in get_case_fold_codes_by_str()
H A Dutf32_be.c161 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.c161 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.c202 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.c203 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()
/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist2 // configuration items
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt36 $items = array (
57 // loop through with each element of the $items array to test nl_langinfo() function
59 foreach($items as $item) {
/PHP-5.5/ext/standard/tests/network/
H A Dnews.rss14 <items>
18 </items>
/PHP-5.5/ext/spl/tests/
H A Dbug70068.phpt2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt10 // Add some items to the list
/PHP-5.5/ext/soap/tests/
H A Dserver030.phpt20 $items = new ItemArray(array());
26 $items[] = $item;
29 return $items;
/PHP-5.5/ext/standard/tests/array/
H A Darsort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dasort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dsort_variation4.phpt14 * SORT_REGULAR - compare items normally
15 * SORT_NUMERIC - compare items numerically
H A Dkrsort_variation4.phpt14 * 2.SORT_REGULAR - compare items normally
15 * 3.SORT_NUMERIC - compare items numerically
H A Dksort_variation10.phpt13 * 2.SORT_REGULAR - compare items normally
14 * 3.SORT_NUMERIC - compare items numerically
H A Dsort_variation3.phpt15 * 2. SORT_REGULAR - compare items normally
16 * 3. SORT_NUMERIC - compare items numerically
17 * 4. SORT_STRING - compare items as strings
/PHP-5.5/win32/build/
H A Dmkdist.php515 $items = glob("$snapshot_template/*"); variable
516 print_r($items);
518 foreach ($items as $item) {
544 $items = glob("$snapshot_template/dlls/*.CRT"); variable
546 foreach ($items as $item) {

Completed in 39 milliseconds

12345