Home
last modified time | relevance | path

Searched refs:zend_hash_index_find (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.3/Zend/
H A Dzend_vm_execute.skl82 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
102 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_hash.h168 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
451 return zend_hash_index_find(ht, idx); in zend_symtable_find()
463 return zend_hash_index_find(ht, idx); in zend_symtable_find_ind()
547 return zend_hash_index_find(ht, idx); in zend_symtable_str_find()
831 zv = zend_hash_index_find(ht, h); in zend_hash_index_find_ptr()
842 zval *zv = zend_hash_index_find(ht, h); in zend_hash_index_find_deref()
H A Dzend_ts_hash.c227 retval = zend_hash_index_find(TS_HASH(ht), h); in zend_ts_hash_index_find()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c205 token_zv = zend_hash_index_find(tokens_ht, zend_hash_num_elements(tokens_ht) - 1); in on_event()
207 ZVAL_LONG(zend_hash_index_find(Z_ARRVAL_P(token_zv), 0), token); in on_event()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c158 if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL) { in pdo_handle_error()
162 if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) { in pdo_handle_error()
505 …if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLA… in PHP_METHOD()
506 if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL in PHP_METHOD()
530 if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { in PHP_METHOD()
740 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in pdo_dbh_attribute_set()
775 || (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL in pdo_dbh_attribute_set()
803 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in pdo_dbh_attribute_set()
H A Dphp_pdo_driver.h208 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
217 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-7.3/ext/dom/
H A Dnodelist.c159 zval *entry = zend_hash_index_find(nodeht, index); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dproc_open.c548 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
559 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
598 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
605 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) { in PHP_FUNCTION()
H A Dvar.c642 zv = zend_hash_index_find(&data->ht, key); in php_add_var_hash()
914 zval *var_idx = zend_hash_index_find(&var_hash->ht, in php_var_serialize_intern()
H A Darray.c3692 (dest_entry = zend_hash_index_find(dest, num_key)) == NULL ||
4054 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_P(entry))) == NULL) {
4128 prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name));
4666 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) == NULL ||
5077 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) != NULL &&
H A Dbasic_functions.c4508 if ((args = zend_hash_index_find(Z_ARRVAL_P(return_value), optname_int)) != NULL) {
5095 && (obj = zend_hash_index_find(Z_ARRVAL_P(function), 0)) != NULL
5096 && (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL
5998 if ((find_hash = zend_hash_index_find(Z_ARRVAL_P(arr), key)) == NULL) {
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c257 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_invokeex()
384 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_getmembername()
H A Dcom_com.c720 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
722 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
/PHP-7.3/ext/pspell/
H A Dpspell.c229 zval *res = zend_hash_index_find(&EG(regular_list), conf); \
238 zval *res = zend_hash_index_find(&EG(regular_list), scin); \
/PHP-7.3/ext/soap/
H A Dphp_http.c853 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request()
856 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request()
859 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request()
862 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c426 *result = zend_hash_index_find(Z_ARR_P(op1), 0); in fetch_array_elem()
429 *result = zend_hash_index_find(Z_ARR_P(op1), 1); in fetch_array_elem()
432 *result = zend_hash_index_find(Z_ARR_P(op1), Z_LVAL_P(op2)); in fetch_array_elem()
435 *result = zend_hash_index_find(Z_ARR_P(op1), zend_dval_to_lval(Z_DVAL_P(op2))); in fetch_array_elem()
1942 val2 = zend_hash_index_find(ht2, index); in join_hash_tables()
H A Dcompact_literals.c381 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
/PHP-7.3/ext/gd/
H A Dgd.c3461 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()
3464 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()
3537 zval *zv = zend_hash_index_find(&EG(regular_list), size - 5); in php_find_gd_font()
4546 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
4553 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
4825 if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) { in PHP_FUNCTION()
4996 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) { in PHP_FUNCTION()
5012 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m2), i)) != NULL) { in PHP_FUNCTION()
/PHP-7.3/ext/ldap/
H A Dldap.c415 if ((attr = zend_hash_index_find(Z_ARRVAL_P(tmp), i)) == NULL) { in _php_ldap_control_from_array()
458 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
1501 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search()
2310 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify()
2665 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2769 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2791 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2834 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
/PHP-7.3/ext/pcntl/
H A Dpcntl.c1086 if ((prev_handle = zend_hash_index_find(&PCNTL_G(php_signal_table), signo)) != NULL) { in PHP_FUNCTION()
1457 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c2046 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2052 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2053 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-7.3/ext/xml/
H A Dxml.c494 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
495 (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL && in xml_call_handler()
/PHP-7.3/main/
H A Dphp_variables.c723 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
/PHP-7.3/ext/spl/
H A Dspl_array.c367 if ((retval = zend_hash_index_find(ht, index)) == NULL) { in spl_array_get_dimension_ptr()
663 if ((tmp = zend_hash_index_find(ht, index)) != NULL) { in spl_array_has_dimension_ex()
/PHP-7.3/ext/zip/
H A Dphp_zip.c1749 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) { in php_zip_add_from_pattern()
2788 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) { in ZIPARCHIVE_METHOD()

Completed in 166 milliseconds

12