Home
last modified time | relevance | path

Searched refs:zend_hash_index_find (Results 1 – 25 of 46) sorted by last modified time

12

/PHP-7.4/ext/gd/
H A Dgd.c3544 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()
3547 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()
3620 zval *zv = zend_hash_index_find(&EG(regular_list), size - 5); in php_find_gd_font()
4662 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
4669 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
4947 if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) { in PHP_FUNCTION()
5118 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) { in PHP_FUNCTION()
5134 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m2), i)) != NULL) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_variables.c738 || (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL) in php_autoglobal_merge()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c942 hash = zend_hash_index_find(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
976 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)resource_id); in _php_pgsql_notice_handler()
2335 notices = zend_hash_index_find(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link));
/PHP-7.4/ext/standard/
H A Darray.c3722 (dest_entry = zend_hash_index_find(dest, num_key)) == NULL ||
4129 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_P(entry))) == NULL) {
4201 prop = zend_hash_index_find(Z_ARRVAL_P(data), Z_LVAL_P(name));
4739 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) == NULL ||
5150 if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) != NULL &&
H A Dvar.c676 zv = zend_hash_index_find(&data->ht, key); in php_add_var_hash()
1071 zval *var_idx = zend_hash_index_find(&var_hash->ht, in php_var_serialize_intern()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1723 if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3567 + if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
3573 + if ((match = zend_hash_index_find(Z_ARRVAL_P(pzval), 0)) &&
3574 + (offset = zend_hash_index_find(Z_ARRVAL_P(pzval), 1))) {
/PHP-7.4/ext/xml/
H A Dxml.c583 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
584 (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL && in xml_call_handler()
/PHP-7.4/Zend/
H A Dzend_vm_execute.h6299 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER()
6708 result = zend_hash_index_find(ht, Z_LVAL_P(op1)); in ZEND_IN_ARRAY_SPEC_CONST_CONST_HANDLER()
8500 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER()
10960 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER()
15003 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER()
16427 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER()
17721 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CV_HANDLER()
19084 result = zend_hash_index_find(ht, Z_LVAL_P(op1)); in ZEND_IN_ARRAY_SPEC_TMP_CONST_HANDLER()
41237 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_CONST_HANDLER()
44642 value = zend_hash_index_find(ht, hval); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_TMPVAR_HANDLER()
[all …]
H A Dzend_vm_def.h6925 value = zend_hash_index_find(ht, hval);
8565 jump_zv = zend_hash_index_find(jumptable, Z_LVAL_P(op));
8624 result = zend_hash_index_find(ht, Z_LVAL_P(op1));
H A Dzend_API.c3382 obj = zend_hash_index_find(Z_ARRVAL_P(callable), 0); in zend_is_callable_impl()
3383 method = zend_hash_index_find(Z_ARRVAL_P(callable), 1); in zend_is_callable_impl()
H A Dzend_execute.c2531 return zend_hash_index_find(ht, hval); in zend_find_array_dim_slow()
2647 return zend_hash_index_find(ht, hval) != NULL ? IS_TRUE : IS_FALSE; in zend_array_key_exists_fast()
4159 obj = zend_hash_index_find(function, 0); in zend_init_dynamic_call_array()
4160 method = zend_hash_index_find(function, 1); in zend_init_dynamic_call_array()
H A Dzend_compile.c8947 el = zend_hash_index_find(Z_ARR_P(container), Z_LVAL_P(dim)); in zend_eval_const_expr()
H A Dzend_hash.c2247 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h) in zend_hash_index_find() function
2581 pData2 = zend_hash_index_find(ht2, p1->h); in zend_hash_compare_impl()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1216 if ((z_auth_method = zend_hash_index_find(Z_ARRVAL_P(disabled_auth_method), i)) != NULL) { in php_imap_do_open()
/PHP-7.4/ext/openssl/
H A Dopenssl.c3834 if ((zphrase = zend_hash_index_find(Z_ARRVAL_P(val), 1)) == NULL) { in php_openssl_evp_from_zval()
3853 if ((val = zend_hash_index_find(Z_ARRVAL_P(val), 0)) == NULL) { in php_openssl_evp_from_zval()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c415 *result = zend_hash_index_find(Z_ARR_P(op1), 0); in fetch_array_elem()
418 *result = zend_hash_index_find(Z_ARR_P(op1), 1); in fetch_array_elem()
421 *result = zend_hash_index_find(Z_ARR_P(op1), Z_LVAL_P(op2)); in fetch_array_elem()
424 *result = zend_hash_index_find(Z_ARR_P(op1), zend_dval_to_lval(Z_DVAL_P(op2))); in fetch_array_elem()
1998 zval *jmp_zv = zend_hash_index_find(jmptable, Z_LVAL_P(op1)); in sccp_mark_feasible_successors()
2048 val2 = zend_hash_index_find(ht2, index); in join_hash_tables()
H A Dblock_pass.c154 zv = zend_hash_index_find(jumptable, Z_LVAL_P(val)); in get_const_switch_target()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1147 if ((prev_handle = zend_hash_index_find(&PCNTL_G(php_signal_table), signo)) != NULL) { in PHP_FUNCTION()
1516 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c354 if ((data_ptr = zend_hash_index_find(SOAP_GLOBAL(ref_map), (zend_ulong)node)) != NULL) { in soap_check_xml_ref()
2604 if ((ar2 = zend_hash_index_find(Z_ARRVAL_P(ar), pos[i])) != NULL) { in to_zval_array()
H A Dsoap.c876 zval *t_ns = zend_hash_index_find(Z_ARRVAL_P(code), 0); in PHP_METHOD()
877 zval *t_code = zend_hash_index_find(Z_ARRVAL_P(code), 1); in PHP_METHOD()
H A Dphp_http.c846 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request()
849 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request()
852 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request()
855 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2283 if (((classref = zend_hash_index_find(Z_ARRVAL_P(reference), 0)) == NULL) in ZEND_METHOD()
2284 || ((method = zend_hash_index_find(Z_ARRVAL_P(reference), 1)) == NULL)) in ZEND_METHOD()
6249 item = zend_hash_index_find(ht, Z_LVAL_P(key)); in ZEND_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_array.c368 if ((retval = zend_hash_index_find(ht, index)) == NULL) { in spl_array_get_dimension_ptr()
664 if ((tmp = zend_hash_index_find(ht, index)) != NULL) { in spl_array_has_dimension_ex()
1867 flags_zv = zend_hash_index_find(data, 0); in SPL_METHOD()
1868 storage_zv = zend_hash_index_find(data, 1); in SPL_METHOD()
1869 members_zv = zend_hash_index_find(data, 2); in SPL_METHOD()
1870 iterator_class_zv = zend_hash_index_find(data, 3); in SPL_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c159 if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL) { in pdo_handle_error()
163 if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) { in pdo_handle_error()
506 …if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLA… in PHP_METHOD()
507 if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL in PHP_METHOD()
531 if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { in PHP_METHOD()
741 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in pdo_dbh_attribute_set()
776 || (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL in pdo_dbh_attribute_set()
804 if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { in pdo_dbh_attribute_set()

Completed in 396 milliseconds

12