Home
last modified time | relevance | path

Searched refs:diff (Results 51 – 75 of 164) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/array/
H A Dextract_variation7.phpt14 var_dump ( extract($b, EXTR_PREFIX_ALL, "diff"));
H A Dkrsort_variation7.phpt2 Test krsort() function : usage variations - sort array with diff. sub arrays
19 // array with diff sub arrays to be sorted
H A Dksort_variation7.phpt2 Test ksort() function : usage variations - sort array with diff. sub arrays
19 // array with diff sub arrays to be sorted
H A Darray_unique_variation4.phpt15 echo "*** Testing array_unique() : assoc. array with diff. values to \$input argument ***\n";
69 *** Testing array_unique() : assoc. array with diff. values to $input argument ***
H A Darray_unique_variation3.phpt15 echo "*** Testing array_unique() : assoc. array with diff. keys passed to \$input argument ***\n";
69 *** Testing array_unique() : assoc. array with diff. keys passed to $input argument ***
H A Darray_map_variation5.phpt14 echo "*** Testing array_map() : associative array with diff. values for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. values for 'arr1' argument ***
H A Dbug28739.phpt2 Bug #28739 (*diff() and *intersect() not clearing the fci cache before work)
H A Darray_map_variation4.phpt14 echo "*** Testing array_map() : associative array with diff. keys for 'arr1' argument ***\n";
80 *** Testing array_map() : associative array with diff. keys for 'arr1' argument ***
H A Darray_combine_variation5.phpt17 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
83 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***
H A Darray_combine_variation4.phpt17 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument…
91 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***
/PHP-5.5/ext/date/tests/
H A Dbug53437_var4.phpt9 $df = $dt->diff(new DateTime('2009-10-13'));
H A DDateTime_days-fall-type2-type2.phpt2 DateTime::diff() days -- fall type2 type2
H A DDateTime_days-fall-type2-type3.phpt2 DateTime::diff() days -- fall type2 type3
H A DDateTime_days-fall-type3-type2.phpt2 DateTime::diff() days -- fall type3 type2
H A DDateTime_days-fall-type3-type3.phpt2 DateTime::diff() days -- fall type3 type3
H A DDateTime_diff-dates.phpt2 DateTime::diff() -- dates
H A DDateTime_diff-spring-type2-type2.phpt2 DateTime::diff() -- spring type2 type2
H A DDateTime_diff-spring-type2-type3.phpt2 DateTime::diff() -- spring type2 type3
H A DDateTime_diff-spring-type3-type2.phpt2 DateTime::diff() -- spring type3 type2
H A DDateTime_diff-spring-type3-type3.phpt2 DateTime::diff() -- spring type3 type3
H A DDateTime_days-february.phpt2 DateTime::diff() days -- february
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c268 sljit_uw diff; in patch_pc_relative_loads() local
297 SLJIT_ASSERT(diff >= 1); in patch_pc_relative_loads()
298 if (diff >= 2 || ind > 0) { in patch_pc_relative_loads()
299 diff = (diff + ind - 2) << 2; in patch_pc_relative_loads()
394 sljit_sw diff; in detect_jump_type() local
411 if (diff & 0x3) in detect_jump_type()
415 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
422 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
436 if (diff & 0x3) in detect_jump_type()
439 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
[all …]
/PHP-5.5/
H A D.travis.yml51 …n-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation4.phpt2 Test imap_fetchheader() function : usage variations - diff resource types as $stream_id
/PHP-5.5/ext/oci8/tests/
H A Dpassword_new.phpt20 // This test will diff if either the client or the server is 11.2.0.3

Completed in 71 milliseconds

1234567