Home
last modified time | relevance | path

Searched refs:diff (Results 151 – 166 of 166) sorted by relevance

1234567

/PHP-5.6/ext/imap/tests/
H A Dimap_fetch_overview_variation1.phpt2 Test imap_fetch_overview() function : usage variations - diff data types as $stream_id arg
/PHP-5.6/
H A Dserver-tests.php135 $diff = array_merge($w2, $o2);
136 ksort($diff);
137 return implode("\r\n", $diff);
H A DREADME.GIT-RULES87 without the corresponding diff. One should be able to look at it, and
H A DNEWS2970 . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
6744 - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >
6746 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
7553 . support for diffing date/times through date_diff() / DateTime::diff().
11768 - Fixed bug #28739 (array_*diff() and array_*intersect() not clearing the fci
/PHP-5.6/ext/pdo/tests/
H A Dpdo_018.phpt132 // For Oracle map NULL to empty string so the test doesn't diff
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt148 …printf("[105] Looks like not all functions are listed in the trace. Check manually, dumping diff."…
/PHP-5.6/Zend/
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()
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_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()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c905 sljit_sw diff; in detect_jump_type() local
923 diff = ((sljit_sw) target_addr - (sljit_sw) inst) >> 3; in detect_jump_type()
924 if (diff <= SIMM_17BIT_MAX && diff >= SIMM_17BIT_MIN) { in detect_jump_type()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dapprentice.c1507 int32_t diff; in parse() local
1534 diff = (int32_t)cont_level - (int32_t)m->cont_level; in parse()
1535 if (diff > 1) in parse()
/PHP-5.6/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt2 Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff qu…
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic321 # From <diff@lookout.com> "Tim Strazzere"
5363 # diff: file(1) magic for diff(1) output
5365 0 search/1 diff\ diff output text
5366 !:mime text/x-diff
5367 0 search/1 ***\ diff output text
5368 !:mime text/x-diff
5370 !:mime text/x-diff
5372 !:mime text/x-diff
5375 !:mime text/x-diff
5381 # unified diff
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dunlink_variation5.phpt2 Test unlink() function : usage variations - files with diff. file permissions
/PHP-5.6/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.6/ext/pcre/pcrelib/
H A DChangeLog2348 the diff command, as RunTest does. It now checks in the same way as
3341 16. Changed the comparison command for RunGrepTest from "diff -u" to "diff -ub"

Completed in 324 milliseconds

1234567