Searched refs:glue (Results 1 – 7 of 7) sorted by relevance
/ext-ds/src/ |
H A D | common.c | 168 char *glue, in ds_join_zval_buffer() argument 182 if (glue && len) { in ds_join_zval_buffer() 189 smart_str_appendl(&str, glue, len); in ds_join_zval_buffer()
|
/ext-ds/src/php/classes/ |
H A D | php_set_ce.h | 11 ARGINFO_OPTIONAL_STRING( Set_join, glue);
|
H A D | php_sequence_ce.h | 51 ARGINFO_OPTIONAL_STRING_RETURN_STRING( Sequence_join, glue);
|
/ext-ds/src/ds/ |
H A D | ds_set.h | 47 void ds_set_join (ds_set_t *set, const char *glue, const size_t len, zval *return_value);
|
H A D | ds_set.c | 166 void ds_set_join(ds_set_t *set, const char *glue, const size_t len, zval *return_value) in ds_set_join() argument 168 zend_string *str = ds_htable_join_keys(set->table, glue, len); in ds_set_join()
|
H A D | ds_htable.h | 193 zend_string *ds_htable_join_keys(ds_htable_t *table, const char* glue, const size_t len);
|
H A D | ds_htable.c | 758 zend_string *ds_htable_join_keys(ds_htable_t *table, const char* glue, const size_t len) in ds_htable_join_keys() argument 770 if (glue && len) { in ds_htable_join_keys() 776 smart_str_appendl(&str, glue, len); in ds_htable_join_keys()
|
Completed in 11 milliseconds