Home
last modified time | relevance | path

Searched refs:zend_hash_find (Results 1 – 25 of 46) sorted by relevance

12

/PHP-8.1/ext/spl/
H A Dspl_functions.c32 if ((tmp = zend_hash_find(Z_ARRVAL_P(list), pce->name)) == NULL) { in spl_add_class_name()
H A Dspl_array.c373 retval = zend_hash_find(ht, key.key); in spl_array_get_dimension_ptr()
592 zval *data = zend_hash_find(ht, key.key); in spl_array_unset_dimension_ex()
656 tmp = zend_hash_find(ht, key.key); in spl_array_has_dimension_ex()
/PHP-8.1/Zend/
H A Dzend_object_handlers.c253 zv = zend_hash_find(&scope->properties_info, member); in zend_get_parent_private_property()
311 || UNEXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_offset()
411 || EXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_info()
557 zv = zend_hash_find(guards, member); in zend_get_property_guard()
641 retval = zend_hash_find(zobj->properties, name); in zend_std_read_property()
829 if ((variable_ptr = zend_hash_find(zobj->properties, name)) != NULL) { in zend_std_write_property()
1059 if (EXPECTED((retval = zend_hash_find(zobj->properties, name)) != NULL)) { in zend_std_get_property_ptr_ptr()
1185 func = zend_hash_find(&scope->function_table, function_name); in zend_get_parent_private_method()
1328 if (UNEXPECTED((func = zend_hash_find(&zobj->ce->function_table, lc_method_name)) == NULL)) { in zend_std_get_method()
1415 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method()
[all …]
H A Dzend_hash.h175 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
188 return zend_hash_find(ht, key); in zend_hash_find_ex()
230 return zend_hash_find(ht, key) != NULL; in zend_hash_exists()
401 zv = zend_hash_find(ht, key); in zend_hash_find_ind()
421 zv = zend_hash_find(ht, key); in zend_hash_exists_ind()
512 return zend_hash_find(ht, key); in zend_symtable_find()
851 zv = zend_hash_find(ht, key); in zend_hash_find_ptr()
918 zval *zv = zend_hash_find(ht, str); in zend_hash_find_deref()
H A Dzend_enum.c246 case_name_zv = zend_hash_find(ce->backed_enum_table, string_key); in zend_enum_from_base()
H A Dzend_exceptions.c480 tmp = zend_hash_find(ht, key); \
H A Dzend_hash.c2283 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key) in zend_hash_find() function
2668 pData2 = zend_hash_find(ht2, p1->key); in zend_hash_compare_impl()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_php.c287 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_get_string_from_table()
/PHP-8.1/ext/com_dotnet/
H A Dcom_wrapper.c474 if ((tmp = zend_hash_find(disp->name_to_dispid, name)) != NULL) { in generate_dispids()
509 if ((tmp = zend_hash_find(disp->name_to_dispid, name)) != NULL) { in generate_dispids()
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c102 pos = zend_hash_find(hash, key); in add_static_slot()
401 if ((pos = zend_hash_find(&hash, key)) != NULL in zend_optimizer_compact_literals()
437 if (key && (pos = zend_hash_find(&hash, key)) != NULL && in zend_optimizer_compact_literals()
H A Dsccp.c419 *result = zend_hash_find(Z_ARR_P(op1), ZSTR_EMPTY_ALLOC()); in fetch_array_elem()
1960 : zend_hash_find(jmptable, Z_STR_P(op1)); in sccp_mark_feasible_successors()
1997 val2 = zend_hash_find(ht2, key); in join_hash_tables()
/PHP-8.1/docs/
H A Dinput-filter.md173 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
/PHP-8.1/main/
H A Dphp_ini.c231 …if ((find_arr = zend_hash_find(active_hash, Z_STR_P(arg1))) == NULL || Z_TYPE_P(find_arr) != IS_AR… in php_ini_parser_cb()
897 return zend_hash_find(&configuration_hash, name);
H A Dphp_variables.c727 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
/PHP-8.1/ext/filter/
H A Dfilter.c628 if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) { in php_filter_array_handler()
675 if (!input || (tmp = zend_hash_find(Z_ARRVAL_P(input), var)) == NULL) { in PHP_FUNCTION()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c252 return zend_hash_find(ht, str); in zend_jit_symtable_find()
315 retval = zend_hash_find(ht, str); in zend_jit_symtable_lookup_rw()
500 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_r_helper()
642 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_is_helper()
743 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_isset_helper()
880 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_rw_helper()
/PHP-8.1/ext/oci8/
H A Doci8.c561 zvp = zend_hash_find(&EG(persistent_list), connection->hash_key); in php_oci_pconnection_list_np_dtor()
1048 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
1056 } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { in php_oci_do_connect_ex()
2164 spool_out_zv = zend_hash_find(&EG(persistent_list), spool_hashed_details.s); in php_oci_get_spool()
/PHP-8.1/ext/standard/
H A Dpassword.c483 tmp = zend_hash_find(&php_password_algos, (zend_string*)ident); in php_password_algo_find()
H A Darray.c1915 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
1962 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2026 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2091 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2154 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2197 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2257 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2308 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
H A Durl_scanner_ex.re355 if ((tmp = zend_hash_find(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_SERVER))) &&
409 if (!zend_hash_find(allowed_hosts, url_parts->host)) {
H A Dvar.c830 zval *val = zend_hash_find(props, name); in php_var_serialize_try_add_sleep_prop()
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c562 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c739 if ((value = zend_hash_find(intern->parameter, name)) != NULL) { in PHP_METHOD()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c478 zval *ht_zv = zend_hash_find(ht, name); in phpdbg_add_empty_array()
H A Dphpdbg_watch.c966 if (hti && zend_hash_find(&hti->watches, str)) {

Completed in 288 milliseconds

12