Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/spl/
H A Dspl_functions.c81 if ((tmp = zend_hash_find(Z_ARRVAL_P(list), pce->name)) == NULL) { in spl_add_class_name()
/PHP-8.0/Zend/
H A Dzend_object_handlers.c239 zv = zend_hash_find(&scope->properties_info, member); in zend_get_parent_private_property()
284 || UNEXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_offset()
384 || EXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_info()
531 zv = zend_hash_find(guards, member); in zend_get_property_guard()
591 retval = zend_hash_find(zobj->properties, name); in zend_std_read_property()
742 if ((variable_ptr = zend_hash_find(zobj->properties, name)) != NULL) { in zend_std_write_property()
957 if (EXPECTED((retval = zend_hash_find(zobj->properties, name)) != NULL)) { in zend_std_get_property_ptr_ptr()
1074 func = zend_hash_find(&scope->function_table, function_name); in zend_get_parent_private_method()
1211 if (UNEXPECTED((func = zend_hash_find(&zobj->ce->function_table, lc_method_name)) == NULL)) { in zend_std_get_method()
1283 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method()
[all …]
H A Dzend_hash.h173 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key);
186 return zend_hash_find(ht, key); in zend_hash_find_ex()
212 return zend_hash_find(ht, key) != NULL; in zend_hash_exists()
383 zv = zend_hash_find(ht, key); in zend_hash_find_ind()
403 zv = zend_hash_find(ht, key); in zend_hash_exists_ind()
494 return zend_hash_find(ht, key); in zend_symtable_find()
833 zv = zend_hash_find(ht, key); in zend_hash_find_ptr()
900 zval *zv = zend_hash_find(ht, str); in zend_hash_find_deref()
H A Dzend_ts_hash.c216 retval = zend_hash_find(TS_HASH(ht), key); in zend_ts_hash_find()
H A Dzend_exceptions.c473 tmp = zend_hash_find(ht, key); \
H A Dzend_hash.c2240 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key) in zend_hash_find() function
2615 pData2 = zend_hash_find(ht2, p1->key); in zend_hash_compare_impl()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_php.c268 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_get_string_from_table()
/PHP-8.0/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.0/docs/
H A Dinput-filter.md173 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c103 pos = zend_hash_find(hash, key); in add_static_slot()
410 if ((pos = zend_hash_find(&hash, key)) != NULL in zend_optimizer_compact_literals()
446 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()
1979 : zend_hash_find(jmptable, Z_STR_P(op1)); in sccp_mark_feasible_successors()
2016 val2 = zend_hash_find(ht2, key); in join_hash_tables()
H A Dzend_optimizer.c136 if ((val = zend_hash_find(constants, Z_STR_P(name))) != NULL) { in zend_optimizer_get_collected_constant()
/PHP-8.0/ext/filter/
H A Dfilter.c625 if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) { in php_filter_array_handler()
672 if (!input || (tmp = zend_hash_find(Z_ARRVAL_P(input), var)) == NULL) { in PHP_FUNCTION()
/PHP-8.0/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()
877 return zend_hash_find(&configuration_hash, name);
H A Dphp_variables.c714 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c246 return zend_hash_find(ht, str); in zend_jit_symtable_find()
362 retval = zend_hash_find(ht, str); in zend_jit_symtable_lookup_rw()
413 retval = zend_hash_find(ht, str); in zend_jit_symtable_lookup_w()
526 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_r_helper()
627 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_is_helper()
710 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_isset_helper()
797 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_rw_helper()
902 retval = zend_hash_find(ht, offset_key); in zend_jit_fetch_dim_w_helper()
/PHP-8.0/ext/oci8/
H A Doci8.c555 zvp = zend_hash_find(&EG(persistent_list), connection->hash_key); in php_oci_pconnection_list_np_dtor()
1042 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
1050 } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { in php_oci_do_connect_ex()
2158 spool_out_zv = zend_hash_find(&EG(persistent_list), spool_hashed_details.s); in php_oci_get_spool()
/PHP-8.0/ext/standard/
H A Dpassword.c478 tmp = zend_hash_find(&php_password_algos, (zend_string*)ident); in php_password_algo_find()
H A Darray.c1929 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
1976 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2040 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2105 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2168 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2211 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2271 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2322 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
H A Dvar_unserializer.re493 if (UNEXPECTED((old_data = zend_hash_find(ht, Z_STR(key))) != NULL)) {
554 if ((old_data = zend_hash_find(ht, Z_STR(key))) != NULL) {
H A Dvar.c770 zval *val = zend_hash_find(props, name); in php_var_serialize_try_add_sleep_prop()
H A Durl_scanner_ex.re409 if (!zend_hash_find(allowed_hosts, url_parts->host)) {
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c734 if ((value = zend_hash_find(intern->parameter, name)) != NULL) { in PHP_METHOD()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c535 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c975 if (hti && zend_hash_find(&hti->watches, str)) {

Completed in 122 milliseconds

12