Home
last modified time | relevance | path

Searched refs:diff (Results 26 – 50 of 174) sorted by relevance

1234567

/PHP-7.3/ext/date/tests/
H A DDateTime_days-absolute.phpt2 DateTime::diff() days -- absolute
H A DDateTime_days-massive.phpt2 DateTime::diff() days -- massive
H A DDateTime_diff-absolute.phpt2 DateTime::diff() -- absolute
H A DDateTime_diff-massive.phpt2 DateTime::diff() -- massive
H A Dbug69587.phpt7 $interval = $datetime1->diff($datetime2);
H A DDateInterval_format_a.phpt18 $interval = $date1->diff($date2);
H A DDateInterval_format.phpt18 $interval = $date1->diff($date2);
38 $interval = $date2->diff($date1);
H A DDateTime_days-dates.phpt2 DateTime::diff() days -- dates
H A DDateTime_days-spring-type3-type2.phpt2 DateTime::diff() days -- spring type3 type2
H A DDateTime_days-spring-type3-type3.phpt2 DateTime::diff() days -- spring type3 type3
H A DDateTime_days-spring-type2-type2.phpt2 DateTime::diff() days -- spring type2 type2
H A DDateTime_days-spring-type2-type3.phpt2 DateTime::diff() days -- spring type2 type3
H A Ddate_default_timezone_set-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip diff TZ detection on windows.');
H A Dbug48187.phpt2 Bug #48187 (DateTime::diff() corrupting microtime() result)
/PHP-7.3/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' ar…
17 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
83 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
H A Darray_intersect_variation6.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument
16 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n";
80 *** Testing array_intersect() : assoc array with diff keys to $arr2 argument ***
H A Darray_map_variation7.phpt19 echo "*** Testing array_map() : arrays with diff. size ***\n";
36 *** Testing array_map() : arrays with diff. size ***
H A Darray_intersect_assoc_variation5.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' ar…
17 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n";
83 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
H A Darray_intersect_variation5.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument
16 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr1 argument ***\n";
80 *** Testing array_intersect() : assoc array with diff keys to $arr1 argument ***
H A Darray_map_variation13.phpt15 echo "*** Testing array_map() : callback with diff return value ***\n";
58 *** Testing array_map() : callback with diff return value ***
H A Dshuffle_variation3.phpt2 Test shuffle() function : usage variation - arrays with diff types of values
15 echo "*** Testing shuffle() : arrays with diff types of values ***\n";
65 *** Testing shuffle() : arrays with diff types of values ***
H A Darray_intersect_assoc_variation7.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' …
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
/PHP-7.3/ext/fileinfo/
H A Dgenerate_patch.sh8 diff -u libmagic.orig libmagic | grep -v '^Only in' > libmagic.patch
/PHP-7.3/ext/standard/
H A Dhead.c140 double diff; in php_setcookie() local
156 diff = difftime(expires, php_time()); in php_setcookie()
157 if (diff < 0) { in php_setcookie()
158 diff = 0; in php_setcookie()
162 smart_str_append_long(&buf, (zend_long) diff); in php_setcookie()
/PHP-7.3/ext/skeleton/
H A D.gitignore.in30 tests/*/*.diff

Completed in 24 milliseconds

1234567