Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c208 token_zv = zend_hash_index_find(tokens_ht, zend_hash_num_elements(tokens_ht) - 1); in on_event()
210 ZVAL_LONG(zend_hash_index_find(Z_ARRVAL_P(token_zv), 0), token); in on_event()
/PHP-7.1/Zend/
H A Dzend_vm_execute.skl76 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
H A Dzend_hash.h163 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
408 return zend_hash_index_find(ht, idx); in zend_symtable_find()
420 return zend_hash_index_find(ht, idx); in zend_symtable_find_ind()
504 return zend_hash_index_find(ht, idx); in zend_symtable_str_find()
761 zv = zend_hash_index_find(ht, h); in zend_hash_index_find_ptr()
H A Dzend_ts_hash.c217 retval = zend_hash_index_find(TS_HASH(ht), h); in zend_ts_hash_index_find()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c133 if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL) { in pdo_handle_error()
137 if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) { in pdo_handle_error()
274 if ((v = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in PHP_METHOD()
485 …if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLA… in PHP_METHOD()
486 if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL in PHP_METHOD()
510 if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { in PHP_METHOD()
720 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in pdo_dbh_attribute_set()
755 || (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL in pdo_dbh_attribute_set()
783 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in pdo_dbh_attribute_set()
H A Dphp_pdo_driver.h201 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
210 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-7.1/ext/dom/
H A Dnodelist.c135 zval *entry = zend_hash_index_find(nodeht, index); in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Dproc_open.c558 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
569 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
608 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
615 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) { in PHP_FUNCTION()
H A Darray.c3096 (dest_entry = zend_hash_index_find(dest, num_key)) == NULL ||
3394 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_P(entry))) == NULL) {
3462 prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name));
3954 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) == NULL ||
4377 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) != NULL &&
H A Dvar.c613 zv = zend_hash_index_find(&data->ht, key); in php_add_var_hash()
H A Dvar_unserializer.c396 if (UNEXPECTED((old_data = zend_hash_index_find(ht, idx)) != NULL)) { in process_nested_data()
H A Dbasic_functions.c4468 if ((args = zend_hash_index_find(Z_ARRVAL_P(return_value), optname_int)) != NULL) {
5052 && (obj = zend_hash_index_find(Z_ARRVAL_P(function), 0)) != NULL
5053 && (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL
5928 if ((find_hash = zend_hash_index_find(Z_ARRVAL_P(arr), key)) == NULL) {
/PHP-7.1/ext/com_dotnet/
H A Dcom_wrapper.c259 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_invokeex()
386 if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) { in disp_getmembername()
H A Dcom_com.c721 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
723 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
/PHP-7.1/ext/pspell/
H A Dpspell.c231 zval *res = zend_hash_index_find(&EG(regular_list), conf); \
240 zval *res = zend_hash_index_find(&EG(regular_list), scin); \
/PHP-7.1/ext/soap/
H A Dphp_http.c833 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request()
836 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request()
839 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request()
842 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
/PHP-7.1/ext/ldap/
H A Dldap.c787 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search()
1546 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify()
1770 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
1874 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
1903 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
1946 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
/PHP-7.1/ext/gd/
H A Dgd.c3399 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()
3402 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()
3457 zval *zv = zend_hash_index_find(&EG(regular_list), size - 5); in php_find_gd_font()
4498 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
4505 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
4775 if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) { in PHP_FUNCTION()
4946 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) { in PHP_FUNCTION()
4962 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m2), i)) != NULL) { in PHP_FUNCTION()
/PHP-7.1/ext/pcntl/
H A Dpcntl.c1073 if ((prev_handle = zend_hash_index_find(&PCNTL_G(php_signal_table), signo)) != NULL) { in PHP_FUNCTION()
1438 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c396 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c2043 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2049 if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) && in magiccheck()
2050 (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) { in magiccheck()
/PHP-7.1/ext/xml/
H A Dxml.c506 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
507 (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL && in xml_call_handler()
/PHP-7.1/main/
H A Dphp_variables.c662 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
/PHP-7.1/ext/spl/
H A Dspl_array.c369 if ((retval = zend_hash_index_find(ht, index)) == NULL) { in spl_array_get_dimension_ptr()
668 if ((tmp = zend_hash_index_find(ht, index)) != NULL) { in spl_array_has_dimension_ex()
/PHP-7.1/ext/zip/
H A Dphp_zip.c1689 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) { in php_zip_add_from_pattern()
2656 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) { in ZIPARCHIVE_METHOD()

Completed in 139 milliseconds

12