Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/standard/tests/array/
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 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 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 Darray_map_variation5.phpt14 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. values for 'arr1' argument ***
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
H A Darray_map_variation4.phpt14 echo "*** Testing array_map() : associative array with diff. keys for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. keys for 'arr1' argument ***
/PHP-7.3/
H A Drun-tests.php2193 $diff = "# original source file: $shortname\n" . $diff;
2238 $diff = empty($diff) ? '' : preg_replace('/\e/', '<esc>', $diff);
2300 $diff = array();
2333 $diff[] = current($old1);
2337 $diff[] = current($old2);
2341 $diff[] = current($old1);
2345 $diff[] = current($old2);
2358 return $diff;
2368 return implode("\r\n", $diff);
2721 $diff = "&nbsp;";
[all …]
/PHP-7.3/ext/date/tests/
H A Dbug74639.phpt8 $interval = $start->diff($end);
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
H A DDateTime_diff-spring-type2-type2.phpt2 DateTime::diff() -- spring type2 type2
H A DDateTime_diff-spring-type3-type2.phpt2 DateTime::diff() -- spring type3 type2
/PHP-7.3/ext/fileinfo/
H A Dmagicdata.patch1 diff -u a/magic/Magdir/c-lang b/magic/Magdir/c-lang
87 diff -u a/magic/Magdir/python b/magic/Magdir/python
117 diff -u a/magic/Magdir/rpm b/magic/Magdir/rpm
128 diff -u a/magic/Magdir/ruby b/magic/Magdir/ruby
172 diff -u a/magic/Magdir/securitycerts b/magic/Magdir/securitycerts
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c280 sljit_uw diff; in patch_pc_relative_loads() local
309 SLJIT_ASSERT(diff >= 1); in patch_pc_relative_loads()
310 if (diff >= 2 || ind > 0) { in patch_pc_relative_loads()
311 diff = (diff + ind - 2) << 2; in patch_pc_relative_loads()
406 sljit_sw diff; in detect_jump_type() local
423 if (diff & 0x3) in detect_jump_type()
427 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
434 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
448 if (diff & 0x3) in detect_jump_type()
451 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
[all …]

Completed in 43 milliseconds

1234567