/PHP-8.3/ext/standard/tests/array/ |
H A D | array_sum_variation4.phpt | 2 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 D | array_unique_variation5.phpt | 2 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 D | array_merge_recursive_variation6.phpt | 2 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 D | array_diff_assoc_variation8.phpt | 2 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 D | array_diff_variation6.phpt | 2 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 D | usort_variation10.phpt | 2 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 D | uasort_variation11.phpt | 6 * 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 D | uasort_basic2.phpt | 2 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 D | array_chunk_variation6.phpt | 8 * 2. associative array with duplicate keys 23 // associative array with duplicate keys
|
/PHP-8.3/Zend/tests/ |
H A D | gh9407.phpt | 7 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 D | bug72854.phpt | 2 Bug #72854: PHP Crashes on duplicate destructor call
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 27 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.3/ext/exif/tests/ |
H A D | duplicate_copyright_tag_leak.phpt | 2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
|
/PHP-8.3/ext/opcache/tests/ |
H A D | block_removal_with_duplicate_successors.phpt | 2 Removing a block that has duplicate successors
|
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug79299.phpt | 2 Bug #79299 (com_print_typeinfo prints duplicate variables)
|
/PHP-8.3/tests/basic/ |
H A D | bug78236.phpt | 2 Bug #78236 (convert error on receiving variables when duplicate [)
|
/PHP-8.3/tests/classes/ |
H A D | constants_error_001.phpt | 2 Error case: duplicate class constant definition
|
/PHP-8.3/Zend/tests/traits/ |
H A D | bug74922b.phpt | 2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
|
H A D | bug74922.phpt | 2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
|
H A D | bug74922a.phpt | 2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
|
H A D | bug74922c.phpt | 2 Bug #74922 (Composed class has fatal error with duplicate, equal const properties)
|
/PHP-8.3/ext/phar/tests/tar/ |
H A D | bug71504.phpt | 2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak
|
/PHP-8.3/ext/phar/tests/ |
H A D | bug79503.phpt | 2 Bug #79503 (Memory leak on duplicate metadata)
|
H A D | bug71391.phpt | 7 // duplicate since the tar will change
|
/PHP-8.3/Zend/tests/match/ |
H A D | 039.phpt | 2 Test match with duplicate conditions
|