HASH_OF 642 Zend/zend_builtin_functions.c target_hash = HASH_OF(array); HASH_OF 353 ext/bz2/bz2_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1))) { HASH_OF 358 ext/bz2/bz2_filter.c tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); HASH_OF 378 ext/bz2/bz2_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { HASH_OF 388 ext/bz2/bz2_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { HASH_OF 2434 ext/curl/interface.c ph = HASH_OF(zvalue); HASH_OF 2529 ext/curl/interface.c postfields = HASH_OF(zvalue); HASH_OF 199 ext/dom/dom_iterators.c nodeht = HASH_OF(&objmap->baseobj_zv); HASH_OF 282 ext/dom/dom_iterators.c nodeht = HASH_OF(&objmap->baseobj_zv); HASH_OF 67 ext/dom/nodelist.c nodeht = HASH_OF(&objmap->baseobj_zv); HASH_OF 134 ext/dom/nodelist.c HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); HASH_OF 410 ext/filter/filter.c zend_hash_str_exists(HASH_OF(options), "default", sizeof("default") - 1)) { HASH_OF 412 ext/filter/filter.c if ((tmp = zend_hash_str_find(HASH_OF(options), "default", sizeof("default") - 1)) != NULL) { HASH_OF 580 ext/filter/filter.c if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var)) { HASH_OF 608 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) { HASH_OF 612 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { HASH_OF 620 ext/filter/filter.c if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL) { HASH_OF 736 ext/filter/filter.c if (!input || !HASH_OF(input) || (tmp = zend_hash_find(HASH_OF(input), var)) == NULL) { HASH_OF 742 ext/filter/filter.c } else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { HASH_OF 746 ext/filter/filter.c (opt = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL && HASH_OF 748 ext/filter/filter.c (def = zend_hash_str_find(HASH_OF(opt), "default", sizeof("default") - 1)) != NULL) { HASH_OF 813 ext/filter/filter.c if (!array_input || !HASH_OF(array_input)) { HASH_OF 819 ext/filter/filter.c } else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("flags") - 1)) != NULL) { HASH_OF 44 ext/filter/logical_filters.c if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) { \ HASH_OF 57 ext/filter/logical_filters.c if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) { \ HASH_OF 72 ext/filter/logical_filters.c if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) { \ HASH_OF 155 ext/json/json_encoder.c tmp_ht = HASH_OF(data); HASH_OF 3748 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 3758 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 3775 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 3835 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 3845 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 3864 ext/mbstring/mbstring.c target_hash = HASH_OF(var); HASH_OF 992 ext/oci8/oci8_statement.c HashTable *hash = HASH_OF(bind->zval); HASH_OF 1690 ext/oci8/oci8_statement.c hash = HASH_OF(var); HASH_OF 1762 ext/oci8/oci8_statement.c hash = HASH_OF(var); HASH_OF 1801 ext/oci8/oci8_statement.c hash = HASH_OF(var); HASH_OF 1841 ext/oci8/oci8_statement.c hash = HASH_OF(var); HASH_OF 211 ext/phar/stream.c if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&context->options), "phar", sizeof("phar")-1)) != NULL) { HASH_OF 212 ext/phar/stream.c pharcontext = HASH_OF(pzoption); HASH_OF 142 ext/standard/http.c php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); HASH_OF 244 ext/standard/http.c if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) { HASH_OF 740 ext/standard/url.c if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NULL && Z_TYPE_P(h) == IS_ARRAY) { HASH_OF 745 ext/standard/url.c h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1); HASH_OF 748 ext/standard/url.c hashT = HASH_OF(&stream->wrapperdata); HASH_OF 881 ext/standard/var.c if (HASH_OF(&retval)) { HASH_OF 455 ext/wddx/wddx.c if (!Z_ISUNDEF(retval) && (sleephash = HASH_OF(&retval))) { HASH_OF 677 ext/wddx/wddx.c target_hash = HASH_OF(name_var); HASH_OF 921 ext/wddx/wddx.c target_hash = HASH_OF(&ent2->data); HASH_OF 558 ext/xmlrpc/xmlrpc-epi-php.c ht = HASH_OF(&val); HASH_OF 571 ext/xmlrpc/xmlrpc-epi-php.c ht = HASH_OF(pIter); HASH_OF 332 ext/zlib/zlib_filter.c (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { HASH_OF 364 ext/zlib/zlib_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { HASH_OF 374 ext/zlib/zlib_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { HASH_OF 384 ext/zlib/zlib_filter.c if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) {