/PHP-7.0/ext/tokenizer/ |
H A D | tokenizer.c | 209 token_zv = zend_hash_index_find(tokens_ht, zend_hash_num_elements(tokens_ht) - 1); in on_event() 211 ZVAL_LONG(zend_hash_index_find(Z_ARRVAL_P(token_zv), 0), token); in on_event()
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_dbh.c | 133 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() 487 …if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLA… in PHP_METHOD() 488 if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL in PHP_METHOD() 512 if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { in PHP_METHOD() 722 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in pdo_dbh_attribute_set() 757 || (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL in pdo_dbh_attribute_set() 785 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in pdo_dbh_attribute_set()
|
H A D | php_pdo_driver.h | 201 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.0/ext/dom/ |
H A D | nodelist.c | 135 zval *entry = zend_hash_index_find(nodeht, index); in PHP_FUNCTION()
|
/PHP-7.0/ext/standard/ |
H A D | proc_open.c | 557 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION() 568 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION() 607 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION() 614 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) { in PHP_FUNCTION()
|
H A D | array.c | 3035 (dest_entry = zend_hash_index_find(dest, num_key)) == NULL || 3350 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_P(entry))) == NULL) { 3418 prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name)); 3830 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) == NULL || 4253 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) != NULL &&
|
H A D | var.c | 610 zv = zend_hash_index_find(&data->ht, key); in php_add_var_hash()
|
H A D | var_unserializer.c | 359 if (UNEXPECTED((old_data = zend_hash_index_find(ht, idx)) != NULL)) { in process_nested_data()
|
H A D | basic_functions.c | 4390 if ((args = zend_hash_index_find(Z_ARRVAL_P(return_value), optname_int)) != NULL) { 4956 && (obj = zend_hash_index_find(Z_ARRVAL_P(function), 0)) != NULL 4957 && (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL 5836 if ((find_hash = zend_hash_index_find(Z_ARRVAL_P(arr), key)) == NULL) {
|
H A D | var_unserializer.re | 363 if (UNEXPECTED((old_data = zend_hash_index_find(ht, idx)) != NULL)) {
|
/PHP-7.0/Zend/ |
H A D | zend_hash.h | 156 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h); 381 return zend_hash_index_find(ht, idx); in zend_symtable_find() 393 return zend_hash_index_find(ht, idx); in zend_symtable_find_ind() 477 return zend_hash_index_find(ht, idx); in zend_symtable_str_find() 734 zv = zend_hash_index_find(ht, h); in zend_hash_index_find_ptr()
|
H A D | zend_ts_hash.c | 217 retval = zend_hash_index_find(TS_HASH(ht), h); in zend_ts_hash_index_find()
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_wrapper.c | 259 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 D | com_com.c | 719 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION() 721 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
|
/PHP-7.0/ext/pspell/ |
H A D | pspell.c | 231 zval *res = zend_hash_index_find(&EG(regular_list), conf); \ 240 zval *res = zend_hash_index_find(&EG(regular_list), scin); \
|
/PHP-7.0/ext/soap/ |
H A D | php_http.c | 829 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request() 832 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request() 835 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request() 838 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.c | 738 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search() 1497 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify() 1721 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION() 1825 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION() 1854 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION() 1894 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 3399 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.0/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 397 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2043 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.0/ext/xml/ |
H A D | xml.c | 508 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler() 509 (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL && in xml_call_handler()
|
/PHP-7.0/main/ |
H A D | php_variables.c | 642 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
|
/PHP-7.0/ext/spl/ |
H A D | spl_array.c | 369 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.0/ext/pcntl/ |
H A D | pcntl.c | 1352 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
|
/PHP-7.0/ext/zip/ |
H A D | php_zip.c | 1686 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) { in php_zip_add_from_pattern() 2653 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) { in ZIPARCHIVE_METHOD()
|