Home
last modified time | relevance | path

Searched refs:diff (Results 126 – 150 of 174) sorted by relevance

1234567

/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_variation6.phpt2 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
H A Darray_walk_recursive_variation6.phpt2 Test array_walk_recursive() function : usage variations - 'input' argument as diff. associative arr…
H A Dkrsort_variation5.phpt26 // diff. escape sequence chars with key values
H A Dksort_variation5.phpt26 // diff. escape sequence chars with key values
H A Darray_reverse_variation4.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Darray_unshift_variation4.phpt2 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Darray_unshift_variation5.phpt2 Test array_unshift() function : usage variations - assoc. array with diff values for 'array' argume…
H A Dasort_object2.phpt2 Test asort() function : object functionality - sorting objects with diff. accessibility of member v…
H A Dsort_object2.phpt2 Test sort() function : object functionality - sorting objects with diff. accessibility of member va…
/PHP-7.3/ext/date/tests/
H A DDateTime_verify.phpt165 string(4) "diff"
/PHP-7.3/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt2 Test imap_fetchbody() function : usage variation - diff data types as $section arg
H A Dimap_fetchbody_variation2.phpt2 Test imap_fetchbody() function : usage variation - 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_fetch_overview_variation2.phpt2 Test imap_fetch_overview() function : usage variations - diff data types as $msg_no arg
/PHP-7.3/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.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c166 sljit_sw diff; in detect_jump_type() local
181 diff = (sljit_sw)target_addr - (sljit_sw)(code_ptr + 4) - executable_offset; in detect_jump_type()
184 diff += sizeof(sljit_ins); in detect_jump_type()
185 if (diff <= 0xfffff && diff >= -0x100000) { in detect_jump_type()
191 diff -= sizeof(sljit_ins); in detect_jump_type()
194 if (diff <= 0x7ffffff && diff >= -0x8000000) { in detect_jump_type()
H A DsljitNativeMIPS_common.c242 sljit_sw diff; in detect_jump_type() local
273 diff = ((sljit_sw)target_addr - (sljit_sw)inst - executable_offset) >> 2; in detect_jump_type()
274 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
291 diff = ((sljit_sw)target_addr - (sljit_sw)(inst + 1) - executable_offset) >> 2; in detect_jump_type()
292 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
/PHP-7.3/appveyor/
H A Dtest_task.bat94 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAI…
/PHP-7.3/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.3/ext/fileinfo/
H A Dlibmagic.patch1 diff -u libmagic.orig/apprentice.c libmagic/apprentice.c
1246 diff -u libmagic.orig/apptype.c libmagic/apptype.c
1312 diff -u libmagic.orig/buffer.c libmagic/buffer.c
1363 diff -u libmagic.orig/cdf.c libmagic/cdf.c
1642 diff -u libmagic.orig/cdf.h libmagic/cdf.h
2024 diff -u libmagic.orig/der.c libmagic/der.c
2159 diff -u libmagic.orig/file.h libmagic/file.h
2807 diff -u libmagic.orig/funcs.c libmagic/funcs.c
3189 diff -u libmagic.orig/magic.c libmagic/magic.c
3666 diff -u libmagic.orig/magic.h libmagic/magic.h
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dfflush_variation3.phpt19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
69 *** Testing fflush(): with hard links to files opened in diff modes ***
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c498 size_t diff = count_bytes - read_bytes; in sapi_cgi_read_post() local
499 unsigned int to_read = (diff > UINT_MAX) ? UINT_MAX : (unsigned int)diff; in sapi_cgi_read_post()
524 size_t diff = count_bytes - read_bytes; in sapi_fcgi_read_post() local
525 int to_read = (diff > INT_MAX) ? INT_MAX : (int)diff; in sapi_fcgi_read_post()
/PHP-7.3/ext/gd/libgd/
H A Dgd.c399 float diff; in HWB_Diff() local
413 diff = 0.0f; /* Undefined hues always match... */ in HWB_Diff()
415 diff = fabsf(HWB1.H - HWB2.H); in HWB_Diff()
416 if (diff > 3.0f) { in HWB_Diff()
417 diff = 6.0f - diff; /* Remember, it's a colour circle */ in HWB_Diff()
421 diff = diff * diff + (HWB1.W - HWB2.W) * (HWB1.W - HWB2.W) + (HWB1.B - HWB2.B) * (HWB1.B - HWB2.B); in HWB_Diff()
423 return diff; in HWB_Diff()
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation3.phpt2 Test scandir() function : usage variations - diff data types as $context arg
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_explain_metadata.phpt51 $field->max_length = 0;// change it or we will get diff error

Completed in 62 milliseconds

1234567