Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 25 of 163) sorted by path

1234567

/PHP-7.4/
H A D.gitattributes19 *.phpt diff
H A D.gitignore222 **/tests/**/*.diff
H A D.travis.yml97 …les/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --…
H A DCONTRIBUTING.md258 - Update git source just before running your final `diff` and before testing.
368 the corresponding diff. One should be able to look at it, and immediately
/PHP-7.4/Zend/
H A Dzend_language_scanner.l530 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
531 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
H A Dzend_strtod.c1114 diff in diff() function
3119 delta = diff(bb, bd);
4268 delta = diff(S, mhi);
/PHP-7.4/appveyor/
H A Dtest_task.bat103 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAI…
/PHP-7.4/azure/i386/
H A Dtest.yml20 --show-diff \
/PHP-7.4/azure/macos/
H A Dtest.yml16 --show-diff \
/PHP-7.4/azure/
H A Dtest.yml21 --show-diff \
/PHP-7.4/build/
H A Dlibtool.m4751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
785 if diff conftest.exp conftest.er2 >/dev/null; then
1164 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c142 bc_num diff; local
153 diff = bc_new_num (diff_len, MAX(diff_scale, scale_min));
158 diffptr = (char *) (diff->n_value + diff_len + diff_scale);
166 diffptr = (char *) (diff->n_value + diff_len + diff_scale -1);
228 _bc_rm_leading_zeros (diff);
229 return diff;
H A Dsqrt.c48 bc_num guess, guess1, point5, diff; in bc_sqrt() local
75 bc_init_num(&diff); in bc_sqrt()
109 bc_sub (guess, guess1, &diff, cscale+1); in bc_sqrt()
110 if (bc_is_near_zero (diff, cscale)) in bc_sqrt()
125 bc_free_num (&diff); in bc_sqrt()
H A Dsub.c50 bc_num diff = NULL; local
56 diff = _bc_do_add (n1, n2, scale_min);
57 diff->n_sign = n1->n_sign;
68 diff = _bc_do_sub (n2, n1, scale_min);
69 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
74 diff = bc_new_num (1, res_scale);
75 memset (diff->n_value, 0, res_scale+1);
79 diff = _bc_do_sub (n1, n2, scale_min);
80 diff->n_sign = n1->n_sign;
87 *result = diff;
/PHP-7.4/ext/date/
H A Dphp_date.c2516 if (old_obj->diff) { in date_object_clone_interval()
2517 new_obj->diff = timelib_rel_time_clone(old_obj->diff); in date_object_clone_interval()
2559 if (intervalobj->diff->days != -99999) { in date_object_get_properties_interval()
2636 timelib_rel_time_dtor(intern->diff); in date_object_free_storage_interval()
3858 interval->diff->invert = 0; in PHP_FUNCTION()
4261 fvalue = obj->diff->us / 1000000.0; in date_interval_read_property()
4322 obj->diff->n = zval_get_long(value); \ in date_interval_write_property()
4404 diobj->diff = reltime; in PHP_METHOD()
4435 (*intobj)->diff->member = -1LL; \ in php_date_interval_initialize_from_hash()
4443 (*intobj)->diff->member = -99999; \ in php_date_interval_initialize_from_hash()
[all …]
H A Dphp_date.h162 timelib_rel_time *diff; member
/PHP-7.4/ext/date/tests/
H A DDateInterval_format.phpt18 $interval = $date1->diff($date2);
38 $interval = $date2->diff($date1);
H A DDateInterval_format_a.phpt18 $interval = $date1->diff($date2);
H A DDateTime_days-absolute.phpt2 DateTime::diff() days -- absolute
H A DDateTime_days-dates.phpt2 DateTime::diff() days -- dates
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_days-february.phpt2 DateTime::diff() days -- february

Completed in 65 milliseconds

1234567