Home
last modified time | relevance | path

Searched refs:diff (Results 51 – 75 of 163) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/array/
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 Dshuffle_variation4.phpt2 Test shuffle() function : usage variation - associative arrays with diff types of values
15 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n";
68 *** Testing shuffle() : associative 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 ***
H A Darray_intersect_assoc_variation8.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' …
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argume…
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
91 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argume…
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
91 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
H A Dextract_variation7.phpt14 var_dump ( extract($b, EXTR_PREFIX_ALL, "diff"));
H A Darray_unique_variation4.phpt15 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n";
69 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
H A Dkrsort_variation7.phpt2 Test krsort() function : usage variations - sort array with diff. sub arrays
19 // array with diff sub arrays to be sorted
H A Dksort_variation7.phpt2 Test ksort() function : usage variations - sort array with diff. sub arrays
19 // array with diff sub arrays to be sorted
H A Darray_unique_variation3.phpt15 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
69 *** Testing array_unique() : assoc. array with diff. keys passed to $input argument ***
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch7 diff --git a/magic/Magdir/animation b/magic/Magdir/animation
74 diff --git a/magic/Magdir/images b/magic/Magdir/images
115 diff --git a/magic/Magdir/rpm b/magic/Magdir/rpm
127 diff --git a/magic/Magdir/securitycerts b/magic/Magdir/securitycerts
/PHP-7.4/ext/date/tests/
H A Ddate_diff1.phpt9 $int = $start->diff($end);
H A Dbug53437_var4.phpt9 $df = $dt->diff(new DateTime('2009-10-13'));
H A DDateTime_days-fall-type2-type2.phpt2 DateTime::diff() days -- fall type2 type2
H A DDateTime_days-fall-type2-type3.phpt2 DateTime::diff() days -- fall type2 type3
H A DDateTime_days-fall-type3-type2.phpt2 DateTime::diff() days -- fall type3 type2
H A DDateTime_days-fall-type3-type3.phpt2 DateTime::diff() days -- fall type3 type3
H A DDateTime_diff-dates.phpt2 DateTime::diff() -- dates
/PHP-7.4/azure/macos/
H A Dtest.yml16 --show-diff \
/PHP-7.4/azure/i386/
H A Dtest.yml20 --show-diff \
/PHP-7.4/
H A D.gitattributes19 *.phpt diff
H A Drun-tests.php2724 $diff = "# original source file: $orig_shortname\n" . $diff;
2769 $diff = empty($diff) ? '' : preg_replace('/\e/', '<esc>', $diff);
2833 $diff = array();
2870 $diff[] = current($old1);
2874 $diff[] = current($old2);
2878 $diff[] = current($old1);
2882 $diff[] = current($old2);
2895 return $diff;
2905 return implode(PHP_EOL, $diff);
3295 $diff = "&nbsp;";
[all …]
/PHP-7.4/azure/
H A Dtest.yml21 --show-diff \

Completed in 50 milliseconds

1234567