Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
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 */
/PHP-5.5/Zend/
H A Dzend_llist.h53 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v…
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()
96 if (compare(current->data, element)) { in zend_llist_del_element()
/PHP-5.5/ext/standard/tests/array/
H A Dkrsort_variation5.phpt19 * 2.SORT_REGULAR - compare items normally
20 * 3.SORT_STRING - compare items as strings
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_variation5.phpt19 * 2.SORT_REGULAR - compare items normally
20 * 3.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 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 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 Dksort_variation4.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 Dkrsort_variation11.phpt13 * 2.SORT_REGULAR - compare items normally
H A Darsort_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 Dasort_variation7.phpt14 * 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 Dasort_variation11.phpt14 * 2.SORT_REGULAR - compare items normally
/PHP-5.5/ext/spl/
H A Dspl_heap.c820 SPL_METHOD(SplPriorityQueue, compare) in SPL_METHOD() argument
863 SPL_METHOD(SplMinHeap, compare) in SPL_METHOD() argument
877 SPL_METHOD(SplMaxHeap, compare) in SPL_METHOD() argument
1172 SPL_ME(SplMinHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1176 SPL_ME(SplMaxHeap, compare, arginfo_heap_compare, ZEND_ACC_PROTECTED)
1181 SPL_ME(SplPriorityQueue, compare, arginfo_heap_compare, ZEND_ACC_PUBLIC)
1209 ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT)
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c119 PHP_NAMED_FE( compare, ZEND_FN( collator_compare ), collator_2_args )
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt67 /* loop through to compare the strings */

Completed in 42 milliseconds

1234567