Home
last modified time | relevance | path

Searched refs:duplicate (Results 26 – 50 of 62) sorted by last modified time

123

/PHP-7.4/ext/standard/tests/array/
H A Dksort_variation6.phpt20 // There are multiple keys which are duplicate and the later should be picked
H A Dnatcasesort_variation11.phpt94 // duplicate values
95 /*13*/ 'duplicate' => array(
H A Darray_unique_basic.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation2.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation4.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation5.phpt2 Test array_unique() function : usage variations - array with duplicate keys
6 * Description: Removes duplicate values from array
12 * array having duplicate keys as values.
15 echo "*** Testing array_unique() : array with duplicate keys for \$input argument ***\n";
17 // initialize the array having duplicate keys
24 *** Testing array_unique() : array with duplicate keys for $input argument ***
H A Darray_unique_variation6.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation7.phpt6 * Description: Removes duplicate values from array
H A Darsort_variation6.phpt21 // There are multiple keys which are duplicate and the later should be picked
H A Dasort_variation6.phpt21 // There are multiple keys which are duplicate and the later should be picked
H A Darray_sum_variation4.phpt2 Test array_sum() function : usage variations - array with duplicate values
11 * Checking array_sum() with integer and float array containing duplicate values
14 echo "*** Testing array_sum() : array with duplicate values ***\n";
16 // integer array with duplicate values
21 // float array with duplicate values
29 *** Testing array_sum() : array with duplicate values ***
H A Darray_merge_recursive_variation6.phpt2 Test array_merge_recursive() function : usage variations - array with duplicate keys
12 * array having duplicate keys.
15 echo "*** Testing array_merge_recursive() : array with duplicate keys for \$arr1 argument ***\n";
17 /* initialize the array having duplicate keys */
19 …array( 1 => "one", 2 => "two", 2 => array(1, 2), 3 => "three", 1 => array("duplicate", 'strings'));
37 *** Testing array_merge_recursive() : array with duplicate keys for $arr1 argument ***
43 string(9) "duplicate"
68 string(9) "duplicate"
H A Darray_merge_recursive_variation9.phpt17 /* initialize the array having duplicate values */
H A Darray_merge_variation5.phpt12 * $arr2 contains a duplicate element to $arr1.
H A Darray_merge_variation6.phpt12 * $arr2 has a duplicate key to $arr1
H A Darray_diff_assoc_variation8.phpt2 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
15 * 2. duplicate values
16 * 3. duplicate key names
21 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b)
H A Darray_diff_variation6.phpt2 Test array_diff() function : usage variations - array containing duplicate keys and values
14 * 2. duplicate values
15 * 3. duplicate key names
20 $array_index = array('a', 'b', 'c', 0 => 'd', 'b'); //duplicate key (0), duplicate value (b)
H A Darray_chunk_variation6.phpt14 * 2. associative array with duplicate keys
29 // associative array with duplicate keys
/PHP-7.4/ext/spl/tests/
H A Dmultiple_iterator_001.phpt86 echo "-- Associate with duplicate value --\n";
301 -- Associate with duplicate value --
/PHP-7.4/ext/phar/tests/tar/
H A Dbug71504.phpt2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak
/PHP-7.4/ext/phar/tests/
H A Dbug71391.phpt7 // duplicate since the tar will change
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt14 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-7.4/ext/opcache/tests/
H A Dblock_removal_with_duplicate_successors.phpt2 Removing a block that has duplicate successors
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_dupnames.phpt2 Testing mb_ereg() duplicate named groups

Completed in 21 milliseconds

123