Home
last modified time | relevance | path

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

1234567

/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' ar…
17 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
83 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
H A Darray_intersect_variation6.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument
16 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr2 argument ***\n";
80 *** Testing array_intersect() : assoc array with diff keys to $arr2 argument ***
H A Darray_map_variation7.phpt19 echo "*** Testing array_map() : arrays with diff. size ***\n";
36 *** Testing array_map() : arrays with diff. size ***
H A Darray_intersect_assoc_variation5.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' ar…
17 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n";
83 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
H A Darray_intersect_variation5.phpt2 Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument
16 echo "*** Testing array_intersect() : assoc array with diff keys to \$arr1 argument ***\n";
80 *** Testing array_intersect() : assoc array with diff keys to $arr1 argument ***
H A Darray_map_variation13.phpt15 echo "*** Testing array_map() : callback with diff return value ***\n";
58 *** Testing array_map() : callback with diff return value ***
H A Dshuffle_variation3.phpt2 Test shuffle() function : usage variation - arrays with diff types of values
15 echo "*** Testing shuffle() : arrays with diff types of values ***\n";
65 *** Testing shuffle() : arrays with diff types of values ***
H A Darray_intersect_assoc_variation7.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' …
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' …
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argume…
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
91 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argume…
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
91 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
H A Dshuffle_variation4.phpt2 Test shuffle() function : usage variation - associative arrays with diff types of values
15 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n";
68 *** Testing shuffle() : associative arrays with diff types of values ***
/PHP-5.6/ext/date/tests/
H A DDateTime_diff-massive.phpt2 DateTime::diff() -- massive
H A DDateInterval_format_a.phpt18 $interval = $date1->diff($date2);
H A DDateInterval_format.phpt18 $interval = $date1->diff($date2);
38 $interval = $date2->diff($date1);
H A DDateTime_days-dates.phpt2 DateTime::diff() days -- dates
H A DDateTime_days-spring-type2-type2.phpt2 DateTime::diff() days -- spring type2 type2
H A DDateTime_days-spring-type2-type3.phpt2 DateTime::diff() days -- spring type2 type3
H A DDateTime_days-spring-type3-type2.phpt2 DateTime::diff() days -- spring type3 type2
H A DDateTime_days-spring-type3-type3.phpt2 DateTime::diff() days -- spring type3 type3
H A Dbug48187.phpt2 Bug #48187 (DateTime::diff() corrupting microtime() result)
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c250 sljit_sw diff; in detect_jump_type() local
278 if (diff <= 0x7fff && diff >= -0x8000) { in detect_jump_type()
291 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
898 sljit_sw diff; in can_cache() local
921 diff = argw - next_argw; in can_cache()
923 return diff <= SIMM_MAX && diff >= SIMM_MIN; in can_cache()
925 if (arg == next_arg && diff <= SIMM_MAX && diff >= SIMM_MIN) in can_cache()
949 sljit_sw diff; in getput_arg() local
1039 if ((next_arg & SLJIT_MEM) && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()
1052 if (compiler->cache_arg == arg && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()
[all …]
H A DsljitNativeARM_64.c156 sljit_sw diff; in detect_jump_type() local
174 if (diff <= 0xfffff && diff >= -0x100000) { in detect_jump_type()
183 if (diff <= 0x7ffffff && diff >= -0x8000000) { in detect_jump_type()
887 sljit_sw diff; in can_cache() local
893 if (diff <= 0xfff && diff >= -0xfff) in can_cache()
902 if (arg == next_arg && diff <= 0xfff && diff >= -0xfff) in can_cache()
914 sljit_sw diff; in getput_arg() local
992 if (diff <= 255 && diff >= -256) in getput_arg()
1008 next_arg = (arg & REG_MASK) && (arg == next_arg) && diff <= 0xfff && diff >= -0xfff && diff != 0; in getput_arg()
1555 sljit_sw diff; in emit_fop_mem() local
[all …]
/PHP-5.6/ext/ereg/
H A Dregex.patch1 diff -u regex.orig/regerror.c regex/regerror.c
61 diff -u regex.orig/regerror.ih regex/regerror.ih
/PHP-5.6/
H A Drun-tests.php2088 $diff = "# original source file: $shortname\n" . $diff;
2133 $diff = empty($diff) ? '' : preg_replace('/\e/', '<esc>', $diff);
2195 $diff = array();
2230 $diff[] = current($old1);
2234 $diff[] = current($old2);
2238 $diff[] = current($old1);
2242 $diff[] = current($old2);
2255 return $diff;
2265 return implode("\r\n", $diff);
2602 $diff = "&nbsp;";
[all …]

Completed in 53 milliseconds

1234567