/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | iso8859_2.c | 202 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 D | iso8859_3.c | 211 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 D | iso8859_4.c | 213 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 D | iso8859_10.c | 215 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 D | iso8859_9.c | 204 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 D | utf32_be.c | 161 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 D | utf32_le.c | 161 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 D | utf16_be.c | 202 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 D | utf16_le.c | 203 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 D | config.php.dist | 2 // configuration items
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | nl_langinfo_variation1.phpt | 36 $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 D | news.rss | 14 <items> 18 </items>
|
/PHP-5.5/ext/spl/tests/ |
H A D | bug70068.phpt | 2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
|
H A D | SplDoublyLinkedList_isEmpty_not-empty.phpt | 10 // Add some items to the list
|
H A D | SplDoublyLinkedList_debug-info.phpt | 10 // Add some items to the list
|
H A D | SplDoublyLinkedList_offsetUnset_negative-parameter.phpt | 10 // Add some items to the list
|
H A D | SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt | 10 // Add some items to the list
|
/PHP-5.5/ext/soap/tests/ |
H A D | server030.phpt | 20 $items = new ItemArray(array()); 26 $items[] = $item; 29 return $items;
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | arsort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | asort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | sort_variation4.phpt | 14 * SORT_REGULAR - compare items normally 15 * SORT_NUMERIC - compare items numerically
|
H A D | krsort_variation4.phpt | 14 * 2.SORT_REGULAR - compare items normally 15 * 3.SORT_NUMERIC - compare items numerically
|
H A D | ksort_variation10.phpt | 13 * 2.SORT_REGULAR - compare items normally 14 * 3.SORT_NUMERIC - compare items numerically
|
H A D | sort_variation3.phpt | 15 * 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 D | mkdist.php | 515 $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) {
|