Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt15 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-5.5/ext/oci8/tests/
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
/PHP-5.5/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
H A Dmysqli_last_insert_id.phpt142 …printf("[026] INSERT should have failed because of duplicate PK value, [%d] %s\n", $link->errno, $…
/PHP-5.5/ext/spl/tests/
H A Dmultiple_iterator_001.phpt86 echo "-- Associate with duplicate value --\n";
301 -- Associate with duplicate value --
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation9.phpt17 /* initialize the array having duplicate values */
H A Darray_unique_variation8.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 Dksort_variation6.phpt20 // There are multiple keys which are duplicate and the later should be picked
H A Darray_unique_variation4.phpt6 * Description: Removes duplicate values from array
H A Dasort_variation6.phpt21 // 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
H A Darray_unique_variation1.phpt6 * Description: Removes duplicate values from array
/PHP-5.5/Zend/
H A Dzend_API.c1285 ZVAL_STRING(tmp, str, duplicate); in add_assoc_string_ex()
1296 ZVAL_STRINGL(tmp, str, length, duplicate); in add_assoc_stringl_ex()
1368 ZVAL_STRING(tmp, str, duplicate); in add_index_string()
1379 ZVAL_STRINGL(tmp, str, length, duplicate); in add_index_stringl()
1451 ZVAL_STRING(tmp, str, duplicate); in add_next_index_string()
1462 ZVAL_STRINGL(tmp, str, length, duplicate); in add_next_index_stringl()
1479 ZVAL_STRING(tmp, str, duplicate); in add_get_assoc_string_ex()
1490 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_assoc_stringl_ex()
1523 ZVAL_STRING(tmp, str, duplicate); in add_get_index_string()
1534 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_index_stringl()
[all …]
H A Dzend_hash.h179 …le *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *p…
201 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ argument
202 zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
H A Dzend_hash.c1147 …le *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *p… in zend_hash_get_current_key_ex() argument
1157 if (duplicate) { in zend_hash_get_current_key_ex()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c329 static int add_string(zval* list, char* id, char* string, int duplicate) {
330 if(id) return add_assoc_string(list, id, string, duplicate);
331 else return add_next_index_string(list, string, duplicate);
334 static int add_stringl(zval* list, char* id, char* string, uint length, int duplicate) {
335 if(id) return add_assoc_stringl(list, id, string, length, duplicate);
336 else return add_next_index_stringl(list, string, length, duplicate);
/PHP-5.5/main/
H A DSAPI.h184 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_…
H A DSAPI.c629 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_… in sapi_add_header_ex() argument
640 if (!duplicate) in sapi_add_header_ex()
/PHP-5.5/ext/interbase/tests/
H A D003.phpt128 /* check for correct handling of duplicate field names */
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key
/PHP-5.5/Zend/RFCs/
H A D001.txt85 result in the $obj->setMember("foo") call being called on a duplicate

Completed in 55 milliseconds

123