Home
last modified time | relevance | path

Searched refs:diff (Results 101 – 125 of 161) sorted by relevance

1234567

/PHP-5.4/ext/standard/tests/array/
H A Dasort_variation8.phpt2 Test asort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defaul…
H A Dksort_variation3.phpt20 // diff. associative arrays to sort
H A Dkrsort_variation3.phpt20 // diff. associative arrays to sort
H A Duasort_object2.phpt2 Test uasort() function : object functionality - sort diff. objects
H A Darray_merge_variation3.phpt2 Test array_merge() function : usage variations - arrays of diff. data types
H A Dsort_variation9.phpt2 Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as defualt/SO…
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
/PHP-5.4/ext/standard/tests/file/
H A Dis_readable_variation1.phpt2 Test is_readable() function: usage variations - diff. file notations
H A Dis_readable_variation2.phpt2 Test is_readable() function: usage variations - file/dir with diff. perms
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
H A Dis_writable_variation2.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
H A Dreadlink_realpath_basic1.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42…
/PHP-5.4/ext/date/tests/
H A DDateTime_verify.phpt153 string(4) "diff"
H A DDateTime_diff-february.phpt2 DateTime::diff() -- february
/PHP-5.4/ext/gd/libgd/
H A Dwebpimg.c190 double diff = Y1[row_idx + x] - Y2[row_idx + x]; in GetPSNRYuv() local
191 sse += diff * diff; in GetPSNRYuv()
H A Dgd.c355 float diff; in HWB_Diff() local
369 diff = 0.0f; /* Undefined hues always match... */ in HWB_Diff()
371 diff = fabsf(HWB1.H - HWB2.H); in HWB_Diff()
372 if (diff > 3.0f) { in HWB_Diff()
373 diff = 6.0f - diff; /* Remember, it's a colour circle */ in HWB_Diff()
377 diff = diff * diff + (HWB1.W - HWB2.W) * (HWB1.W - HWB2.W) + (HWB1.B - HWB2.B) * (HWB1.B - HWB2.B); in HWB_Diff()
379 return diff; in HWB_Diff()
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation2.phpt2 Test scandir() function : usage variations - diff data types as $sorting_order arg
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c200 sljit_sw diff; in detect_jump_type() local
239 diff = ((sljit_sw)target_addr - (sljit_sw)(inst - 1)) >> 2; in detect_jump_type()
240 if (diff <= MAX_DISP && diff >= MIN_DISP) { in detect_jump_type()
256 diff = ((sljit_sw)target_addr - (sljit_sw)(inst)) >> 2; in detect_jump_type()
257 if (diff <= MAX_DISP && diff >= MIN_DISP) { in detect_jump_type()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1 diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in
41 diff -ur thttpd-2.21b/config.h thttpd-2.21b-cool/config.h
65 diff -ur thttpd-2.21b/configure thttpd-2.21b-cool/configure
77 diff -ur thttpd-2.21b/configure.in thttpd-2.21b-cool/configure.in
89 diff -ur thttpd-2.21b/fdwatch.c thttpd-2.21b-cool/fdwatch.c
120 diff -ur thttpd-2.21b/libhttpd.c thttpd-2.21b-cool/libhttpd.c
974 diff -ur thttpd-2.21b/libhttpd.h thttpd-2.21b-cool/libhttpd.h
1299 diff -ur thttpd-2.21b/mmc.c thttpd-2.21b-cool/mmc.c
1402 diff -ur thttpd-2.21b/mmc.h thttpd-2.21b-cool/mmc.h
1416 diff -ur thttpd-2.21b/thttpd.c thttpd-2.21b-cool/thttpd.c
[all …]
/PHP-5.4/ext/mbstring/ucgendat/
H A Ducgendat.c1201 long diff = comp1->code1 - comp2->code1;
1203 if (!diff)
1204 diff = comp1->code2 - comp2->code2;
1205 return (int) diff;
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt2 Test imap_fetchbody() function : usage variation - diff data types as $section arg

Completed in 89 milliseconds

1234567