Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/standard/tests/array/
H A Darsort_variation5.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_STRING - compare items as strings
H A Dasort_variation5.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_STRING - compare items as strings
H A Dksort_object.phpt7 * 1.SORT_NUMERIC - compare items numerically
8 * 2.SORT_STRING - compare items as strings
H A Darray_search_variation1.phpt43 foreach($array_compare as $compare) {
46 var_dump(array_search($compare,$array));
48 var_dump(array_search($compare,$array,TRUE));
50 var_dump(array_search($compare,$array,FALSE));
H A Din_array_variation1.phpt43 foreach($array_compare as $compare) {
46 var_dump(in_array($compare,$array));
48 var_dump(in_array($compare,$array,TRUE));
50 var_dump(in_array($compare,$array,FALSE));
H A Darray_diff_assoc_variation9.phpt2 Test array_diff_assoc() function : usage variations - compare multidimensional arrays
H A Dkrsort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation4.phpt8 * 2.SORT_REGULAR - compare items normally
H A Darsort_variation7.phpt8 * SORT_REGULAR - compare items normally
H A Dasort_variation7.phpt8 * SORT_REGULAR - compare items normally
H A Dkrsort_variation7.phpt9 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation7.phpt9 * 2. SORT_REGULAR - compare items normally
H A Dsort_variation11.phpt8 * SORT_REGULAR - compare items normally
H A Dsort_variation7.phpt8 * SORT_REGULAR - compare items normally
H A Darsort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dasort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dkrsort_variation8.phpt9 * 2.SORT_REGULAR - compare items normally
H A Dksort_variation8.phpt8 * 2.SORT_REGULAR - compare items normally
/PHP-8.1/ext/curl/
H A Dshare.c172 curl_share_handlers.compare = zend_objects_not_comparable; in curl_share_register_handlers()
/PHP-8.1/ext/opcache/jit/
H A DREADME.md11 a few combinations are considered together (e.g. compare + conditional jump).
/PHP-8.1/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt62 /* loop through to compare the strings */
/PHP-8.1/ext/intl/collator/
H A Dcollator_arginfo.h78 ZEND_ME_MAPPING(compare, collator_compare, arginfo_class_Collator_compare, ZEND_ACC_PUBLIC)
/PHP-8.1/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-8.1/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt58 /* compare initial string and last array element after splitting */
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams.phpt66 /* store the data in a regular file so that we can compare
233 /* we compare the results of fgets using differing line lengths to
240 /* now compare the real stream with the user stream */

Completed in 30 milliseconds

12345678