Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/standard/tests/array/
H A Darray_sum_variation4.phpt2 Test array_sum() function : usage variations - array with duplicate values
6 * Checking array_sum() with integer and float array containing duplicate values
9 echo "*** Testing array_sum() : array with duplicate values ***\n";
11 // integer array with duplicate values
16 // float array with duplicate values
24 *** Testing array_sum() : array with duplicate values ***
H A Darray_unique_variation5.phpt2 Test array_unique() function : usage variations - array with duplicate keys
7 * array having duplicate keys as values.
10 echo "*** Testing array_unique() : array with duplicate keys for \$input argument ***\n";
12 // initialize the array having duplicate keys
19 *** Testing array_unique() : array with duplicate keys for $input argument ***
H A Darray_merge_recursive_variation6.phpt2 Test array_merge_recursive() function : usage variations - array with duplicate keys
7 * array having duplicate keys.
10 echo "*** Testing array_merge_recursive() : array with duplicate keys for \$arr1 argument ***\n";
12 /* initialize the array having duplicate keys */
14 …array( 1 => "one", 2 => "two", 2 => array(1, 2), 3 => "three", 1 => array("duplicate", 'strings'));
32 *** Testing array_merge_recursive() : array with duplicate keys for $arr1 argument ***
38 string(9) "duplicate"
63 string(9) "duplicate"
H A Darray_diff_assoc_variation8.phpt2 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
8 * 2. duplicate values
9 * 3. duplicate key names
14 $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
8 * 2. duplicate values
9 * 3. duplicate key names
14 $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
6 * Pass an array with duplicate keys and values to usort() to test behaviour
23 // Array with duplicate string and integer keys and values
28 echo "\n-- Array with duplicate keys --\n";
42 -- Array with duplicate keys --
H A Duasort_variation11.phpt6 * string, integer, default & duplicate keys
24 // Array with duplicate string and integer keys
26 echo "-- Array with duplicate keys --\n";
40 -- Array with duplicate keys --
H A Duasort_basic2.phpt2 Test uasort() function : basic functionality - duplicate values
5 echo "*** Testing uasort() : basic functionality with duplicate values ***\n";
41 *** Testing uasort() : basic functionality with duplicate values ***
H A Darray_chunk_variation6.phpt8 * 2. associative array with duplicate keys
23 // associative array with duplicate keys
/PHP-8.0/Zend/tests/
H A Dgh9407.phpt7 public function duplicate(): static {}
14 public function duplicate(): A {}
24 Fatal error: Declaration of B::duplicate(): A must be compatible with A::duplicate(): static in %s …
H A Dbug72854.phpt2 Bug #72854: PHP Crashes on duplicate destructor call
/PHP-8.0/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-8.0/tests/basic/
H A Dbug78236.phpt2 Bug #78236 (convert error on receiving variables when duplicate [)
/PHP-8.0/tests/classes/
H A Dconstants_error_001.phpt2 Error case: duplicate class constant definition
/PHP-8.0/ext/opcache/tests/
H A Dblock_removal_with_duplicate_successors.phpt2 Removing a block that has duplicate successors
/PHP-8.0/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-8.0/ext/exif/tests/
H A Dduplicate_copyright_tag_leak.phpt2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug79299.phpt2 Bug #79299 (com_print_typeinfo prints duplicate variables)
/PHP-8.0/Zend/tests/match/
H A D039.phpt2 Test match with duplicate conditions
/PHP-8.0/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-8.0/ext/phar/tests/tar/
H A Dbug71504.phpt2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak

Completed in 33 milliseconds

123