Home
last modified time | relevance | path

Searched refs:compare (Results 101 – 125 of 167) sorted by relevance

1234567

/PHP-5.3/ext/standard/tests/array/
H A Darsort_variation5.phpt19 * SORT_REGULAR - compare items normally
20 * SORT_STRING - compare items as strings
H A Dasort_variation5.phpt19 * SORT_REGULAR - compare items normally
20 * SORT_STRING - compare items as strings
H A Dksort_object.phpt11 * 1.SORT_NUMERIC - compare items numerically
12 * 2.SORT_STRING - compare items as strings
H A Darray_search_variation1.phpt49 foreach($array_compare as $compare) {
52 var_dump(array_search($compare,$array));
54 var_dump(array_search($compare,$array,TRUE));
56 var_dump(array_search($compare,$array,FALSE));
H A Din_array_variation1.phpt50 foreach($array_compare as $compare) {
53 var_dump(in_array($compare,$array));
55 var_dump(in_array($compare,$array,TRUE));
57 var_dump(in_array($compare,$array,FALSE));
H A Dksort_variation4.phpt13 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation11.phpt13 * 2.SORT_REGULAR - compare items normally
H A Darray_diff_assoc_variation9.phpt2 Test array_diff_assoc() function : usage variations - compare multidimensional arrays
H A Darsort_variation7.phpt14 * SORT_REGULAR - compare items normally
H A Dasort_variation7.phpt14 * SORT_REGULAR - compare items normally
H A Dkrsort_variation7.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation7.phpt14 * 2. SORT_REGULAR - compare items normally
H A Dksort_variation8.phpt13 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation11.phpt14 * SORT_REGULAR - compare items normally
H A Dsort_variation7.phpt14 * SORT_REGULAR - compare items normally
H A Darsort_object1.phpt14 * 2. SORT_REGULAR - compare items normally
H A Darsort_variation11.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation11.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation8.phpt14 * 2.SORT_REGULAR - compare items normally
H A Dsort_variation8.phpt14 * SORT_REGULAR - compare items normally
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.c118 PHP_NAMED_FE( compare, ZEND_FN( collator_compare ), collator_2_args )
/PHP-5.3/Zend/
H A Dzend_llist.c91 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v… in zend_llist_del_element()
98 if (compare(current->data, element)) { in zend_llist_del_element()
/PHP-5.3/ext/spl/
H A Dspl_heap.c816 SPL_METHOD(SplPriorityQueue, compare) in SPL_METHOD() argument
859 SPL_METHOD(SplMinHeap, compare) in SPL_METHOD() argument
873 SPL_METHOD(SplMaxHeap, compare) in SPL_METHOD() argument
1169 SPL_ME(SplMinHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1173 SPL_ME(SplMaxHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1178 SPL_ME(SplPriorityQueue, compare, arginfo_heap_compare, ZEND_ACC_PUBLIC)
1206 ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT)
/PHP-5.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt67 /* loop through to compare the strings */
/PHP-5.3/ext/standard/tests/file/
H A Duserstreams.phpt67 /* store the data in a regular file so that we can compare
231 /* we compare the results of fgets using differing line lengths to
238 /* now compare the real stream with the user stream */

Completed in 61 milliseconds

1234567