Home
last modified time | relevance | path

Searched refs:zend_hash_find (Results 1 – 25 of 43) sorted by last modified time

12

/PHP-7.4/main/
H A Dphp_variables.c737 || (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL) in php_autoglobal_merge()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5881 if (!err && (def = zend_hash_find(Z_ARRVAL(meta), field)) == NULL) {
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c613 zv = zend_hash_find(&PCRE_G(pcre_cache), key); in pcre_get_compiled_regex_cache_ex()
/PHP-7.4/ext/standard/
H A Darray.c1955 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2002 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2066 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2131 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2194 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2237 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2297 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
2348 if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
H A Dvar.c790 zval *val = zend_hash_find(props, name); in php_var_serialize_try_add_sleep_prop()
H A Dbasic_functions.c6013 if ((find_hash = zend_hash_find(Z_ARRVAL_P(arr), Z_STR_P(arg1))) == NULL) {
/PHP-7.4/Zend/
H A Dzend_vm_execute.h6448 zv = zend_hash_find(EG(class_table), Z_STR_P(lcname)); in ZEND_DECLARE_CLASS_DELAYED_SPEC_CONST_CONST_HANDLER()
H A Dzend_vm_def.h7321 zv = zend_hash_find(EG(class_table), Z_STR_P(lcname));
H A Dzend_API.c3115 } else if ((zv = zend_hash_find(ftable, lmname)) != NULL) { in zend_is_callable_check_func()
3124 zv = zend_hash_find(&scope->function_table, lmname); in zend_is_callable_check_func()
H A Dzend_object_handlers.c356 zv = zend_hash_find(&scope->properties_info, member); in zend_get_parent_private_property()
395 || UNEXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_offset()
495 || EXPECTED((zv = zend_hash_find(&ce->properties_info, member)) == NULL)) { in zend_get_property_info()
642 zv = zend_hash_find(guards, member); in zend_get_property_guard()
709 retval = zend_hash_find(zobj->properties, name); in zend_std_read_property()
869 if ((variable_ptr = zend_hash_find(zobj->properties, name)) != NULL) { in zend_std_write_property()
1089 if (EXPECTED((retval = zend_hash_find(zobj->properties, name)) != NULL)) { in zend_std_get_property_ptr_ptr()
1216 func = zend_hash_find(&scope->function_table, function_name); in zend_get_parent_private_method()
1341 if (UNEXPECTED((func = zend_hash_find(&zobj->ce->function_table, lc_method_name)) == NULL)) { in zend_std_get_method()
1409 zval *func = zend_hash_find(&ce->function_table, lc_function_name); in zend_std_get_static_method()
[all …]
H A Dzend_execute.c3651 zval *zv = zend_hash_find(EG(function_table), name); in zend_fetch_function()
4089 if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { in zend_init_dynamic_call_string()
H A Dzend_compile.c336 zval *zv = zend_hash_find(&FC(seen_symbols), name); in zend_register_seen_symbol()
347 zval *zv = zend_hash_find(&FC(seen_symbols), name); in zend_have_seen_symbol()
398 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
1107 zv = zend_hash_find(EG(class_table), Z_STR_P(lcname)); in do_bind_class()
H A Dzend_hash.c2215 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key) in zend_hash_find() function
2586 pData2 = zend_hash_find(ht2, p1->key); in zend_hash_compare_impl()
H A Dzend_execute_API.c919 zv = zend_hash_find(EG(class_table), lc_name); in zend_lookup_class_ex()
H A Dzend_inheritance.c1695 if (exclude_table == NULL || zend_hash_find(exclude_table, fnname) == NULL) { in zend_traits_copy_functions()
H A Dzend_exceptions.c494 tmp = zend_hash_find(ht, key); \
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c537 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c412 *result = zend_hash_find(Z_ARR_P(op1), ZSTR_EMPTY_ALLOC()); in fetch_array_elem()
2016 zval *jmp_zv = zend_hash_find(jmptable, Z_STR_P(op1)); in sccp_mark_feasible_successors()
2046 val2 = zend_hash_find(ht2, key); in join_hash_tables()
H A Dzend_optimizer.c177 if ((val = zend_hash_find(constants, Z_STR_P(name))) != NULL) { in zend_optimizer_get_collected_constant()
H A Dblock_pass.c157 zv = zend_hash_find(jumptable, Z_STR_P(val)); in get_const_switch_target()
H A Dcompact_literals.c106 pos = zend_hash_find(hash, key); in add_static_slot()
378 if ((pos = zend_hash_find(&hash, key)) != NULL in zend_optimizer_compact_literals()
423 if (key && (pos = zend_hash_find(&hash, key)) != NULL && in zend_optimizer_compact_literals()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1013 if ((data_ptr = zend_hash_find(rv, key)) != NULL) { in sxe_properties_add()
/PHP-7.4/ext/session/
H A Dsession.c205 return zend_hash_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), name); in php_get_session_var()
/PHP-7.4/ext/soap/
H A Dsoap.c1574 if ((server_vars = zend_hash_find(&EG(symbol_table), server)) != NULL &&
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1049 if ((curr_val = zend_hash_find(Z_ARRVAL_P(return_value), stmt->columns[i].name))) { in do_fetch()

Completed in 433 milliseconds

12