Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 62) sorted by relevance

123

/PHP-7.4/ext/standard/tests/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_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_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_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 Dusort_variation10.phpt2 Test usort() function : usage variations - duplicate keys and values
11 * Pass an array with duplicate keys and values to usort() to test behaviour
28 // Array with duplicate string and integer keys and values
33 echo "\n-- Array with duplicate keys --\n";
48 -- Array with duplicate keys --
H A Duasort_variation11.phpt11 * string, integer, default & duplicate keys
36 // Array with duplicate string and integer keys
38 echo "-- Array with duplicate keys --\n";
52 -- Array with duplicate keys --
H A Duasort_basic2.phpt2 Test uasort() function : basic functionality - duplicate values
10 echo "*** Testing uasort() : basic functionality with duplicate values ***\n";
53 *** Testing uasort() : basic functionality with duplicate values ***
H A Darray_chunk_variation6.phpt14 * 2. associative array with duplicate keys
29 // associative array with duplicate keys
H A Darray_unique_basic.phpt6 * Description: Removes duplicate values from array
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c27 zend_string *duplicate; in fpm_php_zend_ini_alter_master() local
33 duplicate = zend_string_init(new_value, new_value_length, 1); in fpm_php_zend_ini_alter_master()
36 || ini_entry->on_modify(ini_entry, duplicate, in fpm_php_zend_ini_alter_master()
38 ini_entry->value = duplicate; in fpm_php_zend_ini_alter_master()
44 zend_string_release_ex(duplicate, 1); in fpm_php_zend_ini_alter_master()
/PHP-7.4/Zend/tests/
H A Dbug72854.phpt2 Bug #72854: PHP Crashes on duplicate destructor call
H A Dbug54013.phpt2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage) (PHP7)
/PHP-7.4/tests/classes/
H A Dconstants_error_001.phpt2 Error case: duplicate class constant definition
/PHP-7.4/Zend/tests/traits/
H A Dbug74922b.phpt2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
H A Dbug74922.phpt2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
H A Dbug74922a.phpt2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
H A Dbug74922c.phpt2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
/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/exif/tests/
H A Dduplicate_copyright_tag_leak.phpt2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug79299.phpt2 Bug #79299 (com_print_typeinfo prints duplicate variables)
/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
H A Dbug79503.phpt2 Bug #79503 (Memory leak on duplicate metadata)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_dupnames.phpt2 Testing mb_ereg() duplicate named groups

Completed in 57 milliseconds

123