Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/openssl/tests/
H A Dbug28382.phpt15 placeholders to not to duplicate the test. When more diffs come, a duplication would
/PHP-5.3/Zend/
H A Dzend_API.c1177 ZVAL_STRING(tmp, str, duplicate); in add_assoc_string_ex()
1188 ZVAL_STRINGL(tmp, str, length, duplicate); in add_assoc_stringl_ex()
1260 ZVAL_STRING(tmp, str, duplicate); in add_index_string()
1271 ZVAL_STRINGL(tmp, str, length, duplicate); in add_index_stringl()
1343 ZVAL_STRING(tmp, str, duplicate); in add_next_index_string()
1354 ZVAL_STRINGL(tmp, str, length, duplicate); in add_next_index_stringl()
1371 ZVAL_STRING(tmp, str, duplicate); in add_get_assoc_string_ex()
1382 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_assoc_stringl_ex()
1415 ZVAL_STRING(tmp, str, duplicate); in add_get_index_string()
1426 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…
200 #define zend_hash_get_current_key(ht, str_index, num_index, duplicate) \ argument
201 zend_hash_get_current_key_ex(ht, str_index, NULL, num_index, duplicate, NULL)
H A Dzend_hash.c1109 …le *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *p… in zend_hash_get_current_key_ex() argument
1119 if (duplicate) { in zend_hash_get_current_key_ex()
/PHP-5.3/ext/oci8/tests/
H A Ddupcolnames.phpt2 SELECT tests with duplicate column anmes
/PHP-5.3/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.3/ext/spl/tests/
H A Dmultiple_iterator_001.phpt86 echo "-- Associate with duplicate value --\n";
301 -- Associate with duplicate value --
/PHP-5.3/ext/standard/tests/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
H A Darray_unique_variation1.phpt6 * Description: Removes duplicate values from array
/PHP-5.3/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.3/main/
H A DSAPI.h181 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_…
H A DSAPI.c536 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_… in sapi_add_header_ex() argument
547 if (!duplicate) in sapi_add_header_ex()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt45 // duplicate key
/PHP-5.3/ext/interbase/tests/
H A D003.phpt128 /* check for correct handling of duplicate field names */
/PHP-5.3/Zend/RFCs/
H A D001.txt85 result in the $obj->setMember("foo") call being called on a duplicate
/PHP-5.3/
H A DCODING_STANDARDS266 You may also have some deprecated aliases with close to duplicate

Completed in 58 milliseconds

123