Searched refs:ds_htable_isset (Results 1 – 4 of 4) sorted by relevance
/ext-ds/src/php/handlers/ |
H A D | php_map_handlers.c | 28 if ( ! ds_htable_isset(map->table, offset, 0)) { 71 return ds_htable_isset(map->table, offset, check_empty);
|
/ext-ds/src/ds/ |
H A D | ds_htable.h | 190 bool ds_htable_isset(ds_htable_t *h, zval *key, bool check_empty);
|
H A D | ds_htable.c | 429 bool ds_htable_isset(ds_htable_t *table, zval *key, bool check_empty) in ds_htable_isset() function
|
/ext-ds/src/php/classes/ |
H A D | php_map_ce.c | 296 RETURN_BOOL(ds_htable_isset(THIS_DS_MAP()->table, offset, false)); in METHOD()
|
Completed in 9 milliseconds