Home
last modified time | relevance | path

Searched refs:duplicate (Results 26 – 50 of 62) sorted by relevance

123

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation7.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation6.phpt6 * Description: Removes duplicate values from array
H A Darray_merge_variation5.phpt12 * $arr2 contains a duplicate element to $arr1.
H A Dnatcasesort_variation11.phpt94 // duplicate values
95 /*13*/ 'duplicate' => array(
H A Darray_merge_variation6.phpt12 * $arr2 has a duplicate key to $arr1
H A Darray_unique_variation8.phpt6 * Description: Removes duplicate values from array
H A Darray_merge_recursive_variation9.phpt17 /* initialize the array having duplicate values */
H A Darray_unique_variation4.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 Dksort_variation6.phpt20 // There are multiple keys which are duplicate and the later should be picked
H A Darray_unique_variation3.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation2.phpt6 * Description: Removes duplicate values from array
/PHP-7.4/Zend/
H A Dzend_ini.c323 zend_string *duplicate; in zend_alter_ini_entry_ex() local
355 duplicate = zend_string_copy(new_value); in zend_alter_ini_entry_ex()
358 …|| ini_entry->on_modify(ini_entry, duplicate, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->m… in zend_alter_ini_entry_ex()
362 ini_entry->value = duplicate; in zend_alter_ini_entry_ex()
364 zend_string_release(duplicate); in zend_alter_ini_entry_ex()
/PHP-7.4/ext/zlib/tests/
H A Dbug60761.phpt13 // try to duplicate the original bug by running this as a CGI
/PHP-7.4/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
/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/oci8/tests/
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt15 // We would duplicate the SQL test cases if we have it here and in one of the
H A Dmysqli_stmt_bind_param_many_columns.phpt20 test -- therefore the "duplicate" makes some sense to me.
H A Dmysqli_stmt_reset.phpt15 // We would duplicate the SQL test cases if we have it here and in one of the
/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/bcmath/libbcmath/
H A DREADME.md13 These routines do not duplicate functionality of the GNU gmp library. The gmp
/PHP-7.4/main/
H A DSAPI.h185 SAPI_API int sapi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zen…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key

Completed in 28 milliseconds

123