/PHP-7.3/ext/standard/tests/array/ |
H A D | array_unique_variation5.phpt | 2 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 D | array_sum_variation4.phpt | 2 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 D | array_merge_recursive_variation6.phpt | 2 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 D | array_diff_variation6.phpt | 2 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 D | array_diff_assoc_variation8.phpt | 2 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 D | usort_variation10.phpt | 2 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 D | uasort_variation11.phpt | 11 * 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 D | uasort_basic2.phpt | 2 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 D | array_chunk_variation6.phpt | 14 * 2. associative array with duplicate keys 29 // associative array with duplicate keys
|
/PHP-7.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-7.3/Zend/tests/ |
H A D | bug72854.phpt | 2 Bug #72854: PHP Crashes on duplicate destructor call
|
H A D | bug54013.phpt | 2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage) (PHP7)
|
/PHP-7.3/tests/classes/ |
H A D | constants_error_001.phpt | 2 Error case: duplicate class constant definition
|
/PHP-7.3/ext/opcache/tests/ |
H A D | block_removal_with_duplicate_successors.phpt | 2 Removing a block that has duplicate successors
|
/PHP-7.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-7.3/ext/exif/tests/ |
H A D | duplicate_copyright_tag_leak.phpt | 2 OSS-Fuzz #17474: Memory leak on duplicate Copyright tags
|
/PHP-7.3/ext/com_dotnet/tests/ |
H A D | bug79299.phpt | 2 Bug #79299 (com_print_typeinfo prints duplicate variables)
|
/PHP-7.3/ext/phar/tests/ |
H A D | bug71391.phpt | 7 // duplicate since the tar will change
|
H A D | bug79503.phpt | 2 Bug #79503 (Memory leak on duplicate metadata)
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | bug71504.phpt | 2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_dupnames.phpt | 2 Testing mb_ereg() duplicate named groups
|
/PHP-7.3/ext/bcmath/libbcmath/ |
H A D | README | 8 These routines do not duplicate functionality of the GNU gmp
|