Home
last modified time | relevance | path

Searched refs:zend_hash_find_ptr (Results 1 – 25 of 65) sorted by relevance

123

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c772 if (script && (ce = zend_hash_find_ptr(&script->class_table, class_name))) { in get_class_entry_from_op1()
774 } else if ((ce = zend_hash_find_ptr(EG(class_table), class_name))) { in get_class_entry_from_op1()
801 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
803 } else if ((func = zend_hash_find_ptr(EG(function_table), function_name)) != NULL) { in zend_optimizer_get_called_func()
819 if (script && (func = zend_hash_find_ptr(&script->function_table, Z_STR_P(function_name)))) { in zend_optimizer_get_called_func()
821 } else if ((func = zend_hash_find_ptr(EG(function_table), Z_STR_P(function_name))) != NULL) { in zend_optimizer_get_called_func()
838 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func()
856 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
1327 func = zend_hash_find_ptr( in zend_adjust_fcall_stack_size()
1545 zend_hash_find_ptr(&op_array->scope->function_table, name); in zend_optimize_script()
H A Dpass1.c242 if ((ce = zend_hash_find_ptr(EG(class_table), in zend_optimizer_pass1()
270 if ((cc = zend_hash_find_ptr(&ce->constants_table, in zend_optimizer_pass1()
394 if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL in zend_optimizer_pass1()
424 zend_module_entry *m = zend_hash_find_ptr(&module_registry, in zend_optimizer_pass1()
H A Descape_analysis.c153 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in get_class_entry()
158 ce = zend_hash_find_ptr(CG(class_table), lcname); in get_class_entry()
/PHP-8.0/ext/standard/
H A Dbrowscap.c225 zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str); in browscap_intern_str()
247 interned = zend_hash_find_ptr(&ctx->str_interned, lcname); in browscap_intern_str_ci()
724 found_entry = zend_hash_find_ptr(bdata->htab, lookup_browser_name); in PHP_FUNCTION()
753 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_constants.c227 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_halt_offset_constant()
305 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_get_constant_impl()
377 c = zend_hash_find_ptr(&ce->constants_table, constant_name); in zend_get_constant_ex()
H A Dzend_ini.c316 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { in zend_alter_ini_entry_ex()
365 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL || in zend_restore_ini_entry()
477 ini_entry = zend_hash_find_ptr(EG(ini_directives), name); in zend_ini_get_value()
H A Dzend_attributes.c266 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
H A Dzend_builtin_functions.c937 func = zend_hash_find_ptr(&ce->function_table, lcname); in ZEND_FUNCTION()
998 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
1035 ce = zend_hash_find_ptr(EG(class_table), lcname); in class_exists_impl()
2132 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c135 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
308 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
H A Dphpdbg_print.c190 if ((fbc = zend_hash_find_ptr(&ce->function_table, lcname))) { in PHPDBG_PRINT()
240 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT()
H A Dphpdbg_bp.c298 if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) { in phpdbg_set_breakpoint_file()
543 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks()
548 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
551 …} else if (!op_array->function_name || !(oplines_table = zend_hash_find_ptr(func_table, op_array->… in phpdbg_resolve_op_array_breaks()
943 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
973 brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); in phpdbg_find_breakpoint_symbol()
988 if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) { in phpdbg_find_breakpoint_method()
991 brake = zend_hash_find_ptr(class_table, lcname); in phpdbg_find_breakpoint_method()
H A Dphpdbg_utils.c188 func = zend_hash_find_ptr(&ce->function_table, lfname); in phpdbg_get_function()
191 func = zend_hash_find_ptr(EG(function_table), lfname); in phpdbg_get_function()
H A Dphpdbg_wait.c302 if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { in phpdbg_webdata_decompress()
/PHP-8.0/sapi/apache2handler/
H A Dapache_config.c127 if ((orig_per_dir_entry = zend_hash_find_ptr(target_ht, hash_key->key)) == NULL) { in should_overwrite_per_dir_entry()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c309 hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_read_property()
335 hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_write_property()
366 if ((p = zend_hash_find_ptr(obj->prop_handler, name)) != NULL) { in mysqli_object_has_property()
434 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
/PHP-8.0/ext/dom/
H A Dphp_dom.c220 zend_class_entry *ce = zend_hash_find_ptr(doc_props->classmap, basece->name); in dom_get_doc_classmap()
318 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_read_property()
347 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_write_property()
367 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_property_exists()
1020 intern->prop_handler = zend_hash_find_ptr(&classes, base_class->name); in dom_objects_set_class()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c128 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_get_property_ptr_ptr()
149 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_read_property()
175 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_write_property()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c286 if (stmt->bound_param_map && (namevar = zend_hash_find_ptr(stmt->bound_param_map, in pgsql_stmt_param_hook()
499 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3522 p = zend_hash_find_ptr(EG(class_table), key);
3544 p = zend_hash_find_ptr(EG(class_table), ce->interface_names[i].lc_name);
3556 p = zend_hash_find_ptr(EG(class_table), ce->trait_names[i].lc_name);
3627 zend_class_entry *ce = zend_hash_find_ptr(EG(class_table), lcname);
3702 p = zend_hash_find_ptr(EG(class_table), key);
3722 zend_class_entry *p = zend_hash_find_ptr(EG(class_table), ce->trait_names[i].lc_name);
3789 parent = zend_hash_find_ptr(EG(class_table), key);
3803 p = zend_hash_find_ptr(EG(class_table), ce->interface_names[i].lc_name);
3819 p = zend_hash_find_ptr(EG(class_table), ce->trait_names[i].lc_name);
3931 script = zend_hash_find_ptr(preload_scripts, ce->info.user.filename);
[all …]
/PHP-8.0/ext/phar/
H A Dstream.c109 … && HT_IS_INITIALIZED(&PHAR_G(phar_fname_map)) && NULL == (pphar = zend_hash_find_ptr(&(PHAR_G(pha… in phar_parse_url()
624 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_wrapper_stat()
689 pphar = zend_hash_find_ptr(&(PHAR_G(phar_fname_map)), resource->host); in phar_wrapper_unlink()
/PHP-8.0/ext/spl/
H A Dphp_spl.c65 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
445 zend_class_entry *ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_perform_autoload()
/PHP-8.0/ext/soap/
H A Dphp_packet_soap.c407 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c786 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
1264 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
2289 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
2339 } else if ((fptr = zend_hash_find_ptr(&ce->function_table, lcname)) == NULL) { in ZEND_METHOD()
3582 if ((constant = zend_hash_find_ptr(&ce->constants_table, constname)) == NULL) { in ZEND_METHOD()
4201 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4288 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4319 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4544 if ((c = zend_hash_find_ptr(&ce->constants_table, name)) == NULL) { in ZEND_METHOD()
4564 if ((constant = zend_hash_find_ptr(&ce->constants_table, name)) == NULL) { in ZEND_METHOD()
[all …]
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c164 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
2118 if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) { in dbstmt_method_get()
2134 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get()
2535 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1683 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1708 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1734 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()

Completed in 143 milliseconds

123