Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/array/
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 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_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
H A Darray_diff_assoc_variation5.phpt2 Test array_diff_assoc() function : usage variations - compare integers, floats and strings
H A Darsort_variation8.phpt14 * SORT_REGULAR - compare items normally
/PHP-7.4/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
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)
1214 ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT)
/PHP-7.4/Zend/
H A Dzend_llist.c88 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, v… in zend_llist_del_element()
93 if (compare(current->data, element)) { in zend_llist_del_element()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt59 /* compare initial string and last array element after splitting */
H A Dmb_str_split_ru.phpt59 /* compare initial string and last array element after splitting */
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt67 /* loop through to compare the strings */
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams.phpt66 /* store the data in a regular file so that we can compare
230 /* we compare the results of fgets using differing line lengths to
237 /* now compare the real stream with the user stream */
H A Dlstat_stat_basic.phpt58 // numeric and named keys, compare them to see they are same
69 // compare the two stat values, initial stat and stat recorded after

Completed in 38 milliseconds

1234567