Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation3.phpt2 Test scandir() function : usage variations - diff data types as $context arg
H A Dscandir_variation3-win32-mb.phpt2 Test scandir() function : usage variations - diff data types as $context arg
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt2 Test imap_fetch_overview() function : usage variations - diff data types as $msg_no arg
H A Dimap_fetchbody_variation1.phpt2 Test imap_fetchbody() function : usage variation - diff data types as $stream_id arg
H A Dimap_fetchheader_variation1.phpt2 Test imap_fetchheader() function : usage variations - diff data types as $stream_id arg
H A Dimap_fetchheader_variation2.phpt2 Test imap_fetchheader() function : usage variations - diff data types for $msg_no arg
H A Dimap_fetch_overview_variation1.phpt2 Test imap_fetch_overview() function : usage variations - diff data types as $stream_id arg
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c224 sljit_sw diff; in detect_jump_type() local
255 diff = ((sljit_sw)target_addr - (sljit_sw)inst - executable_offset) >> 2; in detect_jump_type()
256 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
273 diff = ((sljit_sw)target_addr - (sljit_sw)(inst + 1) - executable_offset) >> 2; in detect_jump_type()
274 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
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-7.2/ext/standard/tests/array/
H A Darray_reverse_variation5.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. value for 'array' argume…
/PHP-7.2/ext/
H A Dext_skel238 tests/*/*.diff
/PHP-7.2/ext/standard/tests/file/
H A Dfflush_variation2.phpt19 echo "*** Testing fflush(): with soft links to files opened in diff modes ***\n";
69 *** Testing fflush(): with soft links to files opened in diff modes ***
H A Dunlink_variation5.phpt2 Test unlink() function : usage variations - files with diff. file permissions
/PHP-7.2/
H A DREADME.SUBMITTING_PATCH149 git diff > your_patch.txt
157 - Update git source just before running your final 'diff' and
H A Dserver-tests.php127 $diff = array_merge($w2, $o2);
128 ksort($diff);
129 return implode("\r\n", $diff);
H A DREADME.GIT-RULES92 without the corresponding diff. One should be able to look at it, and
H A DNEWS638 . Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is
752 . Fixed bug #77007 (fractions in `diff()` are not correctly normalized).
/PHP-7.2/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-7.2/Zend/
H A Dzend_language_scanner.l520 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
521 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
H A Dzend_strtod.c1111 diff in diff() function
3116 delta = diff(bb, bd);
4265 delta = diff(S, mhi);
H A Dzend_language_scanner.c523 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
524 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c1730 int32_t diff; in parse() local
1757 diff = (int32_t)cont_level - (int32_t)m->cont_level; in parse()
1758 if (diff > 1) in parse()
/PHP-7.2/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-7.2/ext/fileinfo/tests/
H A Dmagic351 # From <diff@lookout.com> "Tim Strazzere"
7576 # diff: file(1) magic for diff(1) output
7578 0 search/1 diff\040 diff output text
7579 !:mime text/x-diff
7580 0 search/1 ***\040 diff output text
7581 !:mime text/x-diff
7583 !:mime text/x-diff
7585 !:mime text/x-diff
7588 !:mime text/x-diff
7594 # unified diff
[all …]
H A Dmagic私はガラスを食べられます351 # From <diff@lookout.com> "Tim Strazzere"
7576 # diff: file(1) magic for diff(1) output
7578 0 search/1 diff\040 diff output text
7579 !:mime text/x-diff
7580 0 search/1 ***\040 diff output text
7581 !:mime text/x-diff
7583 !:mime text/x-diff
7585 !:mime text/x-diff
7588 !:mime text/x-diff
7594 # unified diff
[all …]

Completed in 445 milliseconds

12345678