Home
last modified time | relevance | path

Searched refs:diff (Results 76 – 100 of 163) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/array/
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 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 ***
H A Dusort_variation3.phpt2 Test usort() function : usage variations - diff. array values
H A Darray_chunk_variation4.phpt2 Test array_chunk() function : usage variations - array with diff. sub arrays
H A Darray_merge_recursive_variation5.phpt15 echo "*** Testing array_merge_recursive() : assoc. array with diff. values to \$arr1 argument ***\n…
81 *** Testing array_merge_recursive() : assoc. array with diff. values to $arr1 argument ***
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c280 sljit_uw diff; in patch_pc_relative_loads() local
309 SLJIT_ASSERT(diff >= 1); in patch_pc_relative_loads()
310 if (diff >= 2 || ind > 0) { in patch_pc_relative_loads()
311 diff = (diff + ind - 2) << 2; in patch_pc_relative_loads()
406 sljit_sw diff; in detect_jump_type() local
423 if (diff & 0x3) in detect_jump_type()
427 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
434 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
448 if (diff & 0x3) in detect_jump_type()
451 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
[all …]
/PHP-7.4/ext/date/tests/
H A DDateTime_diff-spring-type2-type2.phpt2 DateTime::diff() -- spring type2 type2
H A DDateTime_diff-spring-type3-type3.phpt2 DateTime::diff() -- spring type3 type3
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_days-february.phpt2 DateTime::diff() days -- february
H A DDateTime_diff-fall-type2-type2.phpt2 DateTime::diff() -- fall type2 type2
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h502 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd() local
523 SLJIT_ASSERT(diff <= IN_UCHARS(max_fast_forward_char_pair_offset())); in fast_forward_char_pair_simd()
631 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd()
639 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
656 instruction[4] = diff; in fast_forward_char_pair_simd()
698 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
1048 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd() local
1052 SLJIT_ASSERT(diff <= IN_UCHARS(max_fast_forward_char_pair_offset())); in fast_forward_char_pair_simd()
1079 if (diff == 1) { in fast_forward_char_pair_simd()
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_variation4.phpt2 Test imap_fetchheader() function : usage variations - diff resource types as $stream_id
/PHP-7.4/ext/date/
H A Dphp_date.c2516 if (old_obj->diff) { in date_object_clone_interval()
2517 new_obj->diff = timelib_rel_time_clone(old_obj->diff); in date_object_clone_interval()
2559 if (intervalobj->diff->days != -99999) { in date_object_get_properties_interval()
2636 timelib_rel_time_dtor(intern->diff); in date_object_free_storage_interval()
3858 interval->diff->invert = 0; in PHP_FUNCTION()
4261 fvalue = obj->diff->us / 1000000.0; in date_interval_read_property()
4322 obj->diff->n = zval_get_long(value); \ in date_interval_write_property()
4404 diobj->diff = reltime; in PHP_METHOD()
4435 (*intobj)->diff->member = -1LL; \ in php_date_interval_initialize_from_hash()
4443 (*intobj)->diff->member = -99999; \ in php_date_interval_initialize_from_hash()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dis_file_variation1.phpt2 Test is_file() function: usage variations - diff. files
H A Dis_dir_variation4.phpt2 Test is_dir() function: usage variations - diff. path notations
H A Dis_file_variation4.phpt2 Test is_file() function: usage variations - diff. path notations (Bug #42027)
H A Dfilegroup_variation3.phpt2 Test filegroup() function: usage variations - diff. path notations
H A Dfileowner_variation3.phpt2 Test fileowner() function: usage variations - diff. path notations
H A Dfileinode_variation3.phpt2 Test fileinode() function: usage variations - diff. path notations
H A Dfileperms_variation3.phpt2 Test fileperms() function: usage variations - diff. path notations
H A Dis_executable_variation1.phpt2 Test is_executable() function: usage variations - diff. path notations

Completed in 60 milliseconds

1234567