Home
last modified time | relevance | path

Searched refs:diff (Results 101 – 125 of 163) sorted by last modified time

1234567

/PHP-7.4/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_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_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_combine_variation5.phpt17 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
83 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
H A Darray_chunk_variation4.phpt2 Test array_chunk() function : usage variations - array with diff. sub arrays
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c556 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
596 sign = diff = 0; in BF_set_key()
618 diff |= tmp[0] ^ tmp[1]; /* Non-zero on any differences */ in BF_set_key()
633 diff |= diff >> 16; /* still zero iff exact match */ in BF_set_key()
634 diff &= 0xffff; /* ditto */ in BF_set_key()
635 diff += 0xffff; /* bit 16 set iff "diff" was non-zero (on non-match) */ in BF_set_key()
637 sign &= ~diff & safety; /* action needed? */ in BF_set_key()
/PHP-7.4/ext/skeleton/
H A D.gitignore.in30 tests/*/*.diff
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt73 $diff = microtime(1) - $t;
74 var_dump($diff >= 1 || 1 - abs($diff) < .05);
81 $diff = microtime(1) - $t;
82 var_dump($diff < 1 || abs(1 - abs($diff)) < .05);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt144 // map whitespace (from early TDS versions) to empty string so the test doesn't diff
151 // map NULL to empty string so the test doesn't diff
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_4.phpt57 // NB. This may diff in 11.1.0.6 due to a bug causing CLIENT_INFO of NULL to be ignored.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます404 # From <diff@lookout.com> "Tim Strazzere"
9059 # diff: file(1) magic for diff(1) output
9061 0 search/1 diff\040 diff output text
9062 !:mime text/x-diff
9063 0 search/1 ***\040 diff output text
9064 !:mime text/x-diff
9066 !:mime text/x-diff
9068 !:mime text/x-diff
9071 !:mime text/x-diff
9077 # unified diff
[all …]
H A Dmagic404 # From <diff@lookout.com> "Tim Strazzere"
9059 # diff: file(1) magic for diff(1) output
9061 0 search/1 diff\040 diff output text
9062 !:mime text/x-diff
9063 0 search/1 ***\040 diff output text
9064 !:mime text/x-diff
9066 !:mime text/x-diff
9068 !:mime text/x-diff
9071 !:mime text/x-diff
9077 # unified diff
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1786 int32_t diff; in parse() local
1813 diff = CAST(int32_t, cont_level) - CAST(int32_t, m->cont_level); in parse()
1814 if (diff > 1) in parse()
/PHP-7.4/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip diff TZ detection on windows.');
H A Ddate_diff.phpt25 $diff = date_diff( $dates[$i], $dates[$j] );
30 $diff->format( '%a' ),
31 $diff->format( '%y-%m-%d' )
36 $int = new DateInterval( $diff->format( 'P%yY%mM%dD' ) );
H A Ddate_diff1.phpt9 $int = $start->diff($end);
H A Ddate_time_fractions.phpt37 $diff = $dt1->diff( $dt2 );
39 var_dump( $diff );
41 $dt0 = $dt1->sub( $diff );
42 $dt3 = $dt2->add( $diff );
43 $dt4 = $dt3->add( $diff );
H A Dexamine_diff.inc4 * Helper for the DateTime diff/days/math tests
19 * Provides a consistent interface for executing date diff/add/sub tests
56 $result_interval = $start->diff($end, $absolute);
62 $result_interval = $start->diff($end, $absolute);
H A Drfc-datetime_and_daylight_saving_time-type1.phpt13 * Forward Transitions, diff().
19 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
39 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
44 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
49 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
144 * Backward Transitions, diff().
150 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
[all …]
H A Drfc-datetime_and_daylight_saving_time-type2.phpt13 * Forward Transitions, diff().
19 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
39 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
44 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
49 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
144 * Backward Transitions, diff().
150 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
[all …]
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt13 * Backward Transitions, diff().
19 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
39 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt23 * Backward Transitions, diff().
30 . ' = ' . $start->diff($end)->format('P%dDT%hH%iM%sS') . "\n";
36 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
42 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
48 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt13 * Forward Transitions, diff().
19 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
39 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
44 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
49 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
H A Dbug45682.phpt11 $diff = date_diff($date, $other);
13 var_dump($diff);
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
11 $diff = $date1->diff($date2);
13 print "\$diff->days after first diff: " . $diff->days . "\n";
16 $diff = $date1->diff($date2);
19 print "\$diff->days after second diff: " . $diff->days . "\n";
20 $diff = $date2->diff($date1);
23 print "\$diff->days after third diff: " . $diff->days . "\n";
28 $date1 after first diff: 2009-03-27
29 $diff->days after first diff: 26
32 $diff->days after second diff: 24
[all …]

Completed in 138 milliseconds

1234567