Home
last modified time | relevance | path

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

1234567

/PHP-5.5/
H A D.gitignore72 diff
118 tests/*/*.diff
124 */tests/*.diff
130 */tests/*/*.diff
136 */*/tests/*.diff
142 */*/tests/*/*.diff
H A D.travis.yml51 …n-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
H A DNEWS1392 . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
5166 - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >
5168 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
5975 . support for diffing date/times through date_diff() / DateTime::diff().
10190 - Fixed bug #28739 (array_*diff() and array_*intersect() not clearing the fci
H A DREADME.GIT-RULES87 without the corresponding diff. One should be able to look at it, and
H A DREADME.SUBMITTING_PATCH148 svn diff > your_patch.txt
156 - Update SVN source just before running your final 'diff' and
H A DREADME.TESTING89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
/PHP-5.5/Zend/
H A Dzend_language_scanner.c499 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
500 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
H A Dzend_language_scanner.l497 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
498 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
H A Dzend_strtod.c916 static Bigint * diff(Bigint *a, Bigint *b) in diff() function
1934 delta = diff(S, mhi); in zend_dtoa()
2371 delta = diff(bb, bd); in zend_strtod()
/PHP-5.5/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
1168 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c143 bc_num diff; local
154 diff = bc_new_num (diff_len, MAX(diff_scale, scale_min));
159 diffptr = (char *) (diff->n_value + diff_len + diff_scale);
167 diffptr = (char *) (diff->n_value + diff_len + diff_scale -1);
229 _bc_rm_leading_zeros (diff);
230 return diff;
H A Dsqrt.c49 bc_num guess, guess1, point5, diff; in bc_sqrt() local
76 bc_init_num(&diff TSRMLS_CC); in bc_sqrt()
110 bc_sub (guess, guess1, &diff, cscale+1); in bc_sqrt()
111 if (bc_is_near_zero (diff, cscale)) in bc_sqrt()
126 bc_free_num (&diff); in bc_sqrt()
H A Dsub.c51 bc_num diff = NULL; local
57 diff = _bc_do_add (n1, n2, scale_min);
58 diff->n_sign = n1->n_sign;
69 diff = _bc_do_sub (n2, n1, scale_min);
70 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
75 diff = bc_new_num (1, res_scale);
76 memset (diff->n_value, 0, res_scale+1);
80 diff = _bc_do_sub (n1, n2, scale_min);
81 diff->n_sign = n1->n_sign;
88 *result = diff;
/PHP-5.5/ext/date/
H A Dphp_date.c2435 if (intervalobj->diff->days != -99999) { in date_object_get_properties_interval()
2514 timelib_rel_time_dtor(intern->diff); in date_object_free_storage_interval()
3225 if (intobj->diff->have_special_relative) { in php_date_sub()
3651 interval->diff->invert = 0; in PHP_FUNCTION()
4034 value = obj->diff->n; \ in date_interval_read_property()
4105 obj->diff->n = Z_LVAL_P(value); \ in date_interval_write_property()
4146 diobj->diff = reltime; in PHP_METHOD()
4159 (*intobj)->diff = timelib_rel_time_ctor(); in php_date_interval_initialize_from_hash()
4167 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()
4182 (*intobj)->diff->member = -1LL; \ in php_date_interval_initialize_from_hash()
[all …]
H A Dphp_date.h149 timelib_rel_time *diff; member
/PHP-5.5/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
H A DDateTime_days-massive.phpt2 DateTime::diff() days -- massive

Completed in 112 milliseconds

1234567