Home
last modified time | relevance | path

Searched refs:HASH_OF (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/zlib/
H A Dzlib_filter.c326 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
358 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
368 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
/PHP-8.3/ext/bz2/
H A Dbz2_filter.c340 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
345 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
365 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
375 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-8.3/ext/dom/
H A Dnodelist.c74 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_nodelist_length()
163 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_nodelist_get_item_into_zval()
H A Ddom_iterators.c201 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
296 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_iterator()
/PHP-8.3/ext/standard/
H A Dhttp.c196 …php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT… in php_url_encode_hash_ex()
233 …php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, /* key_prefix */ NULL, (Z_… in PHP_FUNCTION()
H A Darray.c1388 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/PHP-8.3/docs/
H A Dinput-filter.md173 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
H A Dparameter-parsing-api.md76 H - array or HASH_OF(object) (returned as HashTable*)
/PHP-8.3/ext/phar/
H A Dstream.c214 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
215 pharcontext = HASH_OF(pzoption); in phar_wrapper_open_url()
/PHP-8.3/ext/curl/
H A Dinterface.c1582 ZEND_HASH_FOREACH_VAL(HASH_OF(current), current_element) { in build_mime_structure_from_hash()
2249 if (zend_hash_num_elements(HASH_OF(zvalue)) == 0) { in _php_curl_setopt()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c3440 HashTable *ht = HASH_OF(var); in mb_recursive_count_strings()
3472 HashTable *ht = HASH_OF(var); in mb_recursive_find_strings()
3515 HashTable *ht = HASH_OF(var); in mb_recursive_convert_variable()
/PHP-8.3/Zend/
H A Dzend_API.h1055 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p… macro

Completed in 72 milliseconds