Home
last modified time | relevance | path

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

123

/PHP-8.1/Zend/
H A Dzend_vm_execute.skl106 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
126 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_weakrefs.c90 zval *zv = zend_hash_index_find(&EG(weakrefs), obj_addr); in zend_weakref_register()
155 zval *zv = zend_hash_index_find(ht, (zend_ulong) key); in zend_weakrefs_hash_del()
321 zval *zv = zend_hash_index_find(&wm->ht, (zend_ulong) obj_key); in zend_weakmap_read_dimension()
354 zval *zv = zend_hash_index_find(&wm->ht, (zend_ulong) obj_key); in zend_weakmap_write_dimension()
379 zval *zv = zend_hash_index_find(&wm->ht, (zend_ulong) Z_OBJ_P(offset)); in zend_weakmap_has_dimension()
H A Dzend_hash.h177 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
240 return zend_hash_index_find(ht, h) != NULL; in zend_hash_index_exists()
510 return zend_hash_index_find(ht, idx); in zend_symtable_find()
522 return zend_hash_index_find(ht, idx); in zend_symtable_find_ind()
606 return zend_hash_index_find(ht, idx); in zend_symtable_str_find()
898 zv = zend_hash_index_find(ht, h); in zend_hash_index_find_ptr()
909 zval *zv = zend_hash_index_find(ht, h); in zend_hash_index_find_deref()
H A Dzend_enum.c223 case_name_zv = zend_hash_index_find(ce->backed_enum_table, long_key); in zend_enum_from_base()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c157 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()
518 …if (options && (value = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS)) != NU… in PHP_METHOD()
524 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL) { in PHP_METHOD()
542 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in PHP_METHOD()
771 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in pdo_dbh_attribute_set()
818 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL) { in pdo_dbh_attribute_set()
840 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in pdo_dbh_attribute_set()
H A Dphp_pdo_driver.h180 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
189 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c434 z = zend_hash_index_find(&labels, insn->address);
437 z = zend_hash_index_find(&labels, insn[i].address);
478 if ((z = zend_hash_index_find(&labels, addr))) {
521 z = zend_hash_index_find(&labels, addr);
533 z = zend_hash_index_find(&labels, addr);
/PHP-8.1/ext/dom/
H A Dnodelist.c121 zval *entry = zend_hash_index_find(nodeht, index); in php_dom_nodelist_get_item_into_zval()
/PHP-8.1/ext/hash/
H A Dhash.c297 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
307 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
314 elt = zend_hash_index_find(Z_ARRVAL_P(zv), j); in php_hash_unserialize_spec()
1526 algo_zv = zend_hash_index_find(data, 0); in PHP_METHOD()
1527 options_zv = zend_hash_index_find(data, 1); in PHP_METHOD()
1528 hash_zv = zend_hash_index_find(data, 2); in PHP_METHOD()
1529 magic_zv = zend_hash_index_find(data, 3); in PHP_METHOD()
1530 members_zv = zend_hash_index_find(data, 4); in PHP_METHOD()
/PHP-8.1/ext/tokenizer/
H A Dtokenizer.c399 id_zv = zend_hash_index_find(Z_ARRVAL_P(token_zv), 0); in extract_token_id_to_replace()
400 text_zv = zend_hash_index_find(Z_ARRVAL_P(token_zv), 1); in extract_token_id_to_replace()
/PHP-8.1/ext/com_dotnet/
H A Dcom_wrapper.c255 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_invokeex()
382 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_getmembername()
H A Dcom_com.c710 if ((tmp = zend_hash_index_find(sink_ht, 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
712 if ((tmp = zend_hash_index_find(sink_ht, 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
/PHP-8.1/ext/spl/
H A Dspl_array.c416 if ((retval = zend_hash_index_find(ht, key.h)) == NULL) { in spl_array_get_dimension_ptr()
659 tmp = zend_hash_index_find(ht, key.h); in spl_array_has_dimension_ex()
1881 flags_zv = zend_hash_index_find(data, 0); in PHP_METHOD()
1882 storage_zv = zend_hash_index_find(data, 1); in PHP_METHOD()
1883 members_zv = zend_hash_index_find(data, 2); in PHP_METHOD()
1884 iterator_class_zv = zend_hash_index_find(data, 3); in PHP_METHOD()
H A Dspl_dllist.c1149 flags_zv = zend_hash_index_find(data, 0); in PHP_METHOD()
1150 storage_zv = zend_hash_index_find(data, 1); in PHP_METHOD()
1151 members_zv = zend_hash_index_find(data, 2); in PHP_METHOD()
H A Dspl_observer.c832 storage_zv = zend_hash_index_find(data, 0); in PHP_METHOD()
833 members_zv = zend_hash_index_find(data, 1); in PHP_METHOD()
/PHP-8.1/ext/soap/
H A Dphp_http.c841 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request()
844 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request()
847 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request()
850 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c422 *result = zend_hash_index_find(Z_ARR_P(op1), 0); in fetch_array_elem()
425 *result = zend_hash_index_find(Z_ARR_P(op1), 1); in fetch_array_elem()
428 *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), lval); in fetch_array_elem()
1959 ? zend_hash_index_find(jmptable, Z_LVAL_P(op1)) in sccp_mark_feasible_successors()
1999 val2 = zend_hash_index_find(ht2, index); in join_hash_tables()
/PHP-8.1/ext/ldap/
H A Dldap.c516 if ((attr = zend_hash_index_find(Z_ARRVAL_P(tmp), i)) == NULL) { in _php_ldap_control_from_array()
559 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
1602 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search()
2387 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify()
2732 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2836 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2858 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2901 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
/PHP-8.1/ext/gd/
H A Dgd.c2759 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()
2762 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()
3568 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
3575 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
3831 if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) { in PHP_FUNCTION()
3995 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) { in PHP_FUNCTION()
4012 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m2), i)) != NULL) { in PHP_FUNCTION()
/PHP-8.1/ext/pcntl/
H A Dpcntl.c1029 if ((prev_handle = zend_hash_index_find(&PCNTL_G(php_signal_table), signo)) != NULL) { in PHP_FUNCTION()
1398 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
/PHP-8.1/ext/standard/
H A Dvar.c686 zv = zend_hash_index_find(&data->ht, key); in php_add_var_hash()
1152 zval *var_idx = zend_hash_index_find(&var_hash->ht, in php_var_serialize_intern()
/PHP-8.1/ext/xml/
H A Dxml.c477 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
478 (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL && in xml_call_handler()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c2275 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2281 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2282 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-8.1/ext/gmp/
H A Dgmp.c2058 zval *num = zend_hash_index_find(data, 0); in ZEND_METHOD()
2065 zval *props = zend_hash_index_find(data, 1); in ZEND_METHOD()
/PHP-8.1/main/
H A Dphp_variables.c728 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()

Completed in 149 milliseconds

123