Home
last modified time | relevance | path

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

123

/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c130 zend_internal_function *func = zend_hash_find_ptr(EG(function_table), lc_name); in zend_optimizer_eval_special_func_call()
146 zend_module_entry *m = zend_hash_find_ptr(&module_registry, lc_name); in zend_optimizer_eval_special_func_call()
185 zend_ini_entry *ini_entry = zend_hash_find_ptr(EG(ini_directives), arg); in zend_optimizer_eval_special_func_call()
795 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in zend_optimizer_get_class_entry()
800 ce = zend_hash_find_ptr(CG(class_table), lcname); in zend_optimizer_get_class_entry()
838 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
840 } else if ((func = zend_hash_find_ptr(EG(function_table), function_name)) != NULL) { in zend_optimizer_get_called_func()
875 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func()
893 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
1363 func = zend_hash_find_ptr( in zend_adjust_fcall_stack_size()
[all …]
H A Dpass1.c165 zend_class_constant *cc = zend_hash_find_ptr( in zend_optimizer_pass1()
/PHP-8.3/Zend/
H A Dzend_constants.c202 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_halt_offset_constant()
280 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_get_constant_impl()
339 c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constant_name); in zend_get_class_constant_ex()
H A Dzend_ini.c363 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { in zend_alter_ini_entry_ex()
412 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL || in zend_restore_ini_entry()
564 ini_entry = zend_hash_find_ptr(EG(ini_directives), name); in zend_ini_get_value()
H A Dzend_enum.c330 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), Z_STR_P(case_name_zv)); in zend_enum_get_case_by_value()
604 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name); in zend_enum_get_case()
H A Dzend_attributes.c359 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
H A Dzend_builtin_functions.c903 func = zend_hash_find_ptr(&ce->function_table, lcname); in ZEND_FUNCTION()
965 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
1009 ce = zend_hash_find_ptr(EG(class_table), lcname); in class_exists_impl()
2000 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
/PHP-8.3/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()
H A Dvar_unserializer.re272 fci_cache.function_handler = zend_hash_find_ptr(
553 existing_propinfo = zend_hash_find_ptr(&ce->properties_info, Z_STR_P(key));
1215 ce = zend_hash_find_ptr(EG(class_table), lc_name);
1396 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), case_name);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_print.c163 if ((fbc = zend_hash_find_ptr(&ce->function_table, lcname))) { in PHPDBG_PRINT()
213 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT()
H A Dphpdbg_list.c135 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
301 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
H A Dphpdbg_bp.c297 if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) { in phpdbg_set_breakpoint_file()
542 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks()
547 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
550 …} else if (!op_array->function_name || !(oplines_table = zend_hash_find_ptr(func_table, op_array->… in phpdbg_resolve_op_array_breaks()
944 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
974 brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); in phpdbg_find_breakpoint_symbol()
989 if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) { in phpdbg_find_breakpoint_method()
992 brake = zend_hash_find_ptr(class_table, lcname); in phpdbg_find_breakpoint_method()
H A Dphpdbg_utils.c187 func = zend_hash_find_ptr(&ce->function_table, lfname); in phpdbg_get_function()
190 func = zend_hash_find_ptr(EG(function_table), lfname); in phpdbg_get_function()
/PHP-8.3/ext/mysqli/
H A Dmysqli.c246 mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_read_property()
265 const mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_write_property()
312 if ((p = zend_hash_find_ptr(obj->prop_handler, name)) != NULL) { in mysqli_object_has_property()
380 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
/PHP-8.3/ext/zend_test/
H A Dobserver.c309 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
331 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
/PHP-8.3/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.3/ext/xmlreader/
H A Dphp_xmlreader.c127 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_get_property_ptr_ptr()
148 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_read_property()
174 hnd = zend_hash_find_ptr(obj->prop_handler, name); in xmlreader_write_property()
/PHP-8.3/ext/dom/
H A Dphp_dom.c239 zend_class_entry *ce = zend_hash_find_ptr(doc_props->classmap, basece->name); in dom_get_doc_classmap()
317 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_read_property()
341 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_write_property()
378 hnd = zend_hash_find_ptr(obj->prop_handler, name); in dom_property_exists()
1053 intern->prop_handler = zend_hash_find_ptr(&classes, base_class->name); in dom_objects_set_class_ex()
/PHP-8.3/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()
635 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_wrapper_stat()
700 pphar = zend_hash_find_ptr(&(PHAR_G(phar_fname_map)), resource->host); in phar_wrapper_unlink()
/PHP-8.3/ext/spl/
H A Dphp_spl.c57 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
456 zend_class_entry *ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_perform_autoload()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1283 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
2398 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
2448 } else if ((fptr = zend_hash_find_ptr(&ce->function_table, lcname)) == NULL) { in ZEND_METHOD()
3779 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constname)) == NULL) { in ZEND_METHOD()
4475 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4562 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4593 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4820 if ((c = zend_hash_find_ptr(constants_table, name)) == NULL) { in ZEND_METHOD()
4840 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name)) == NULL) { in ZEND_METHOD()
5245 zend_hash_find_ptr(CG(class_table), ce->trait_names[j].lc_name); in ZEND_METHOD()
[all …]
/PHP-8.3/ext/random/
H A Drandomizer.c46 generate_method = zend_hash_find_ptr(&engine_object->ce->function_table, mname); in randomizer_common_init()
/PHP-8.3/ext/snmp/
H A Dsnmp.c1694 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1715 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1752 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()
1815 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr()
/PHP-8.3/main/streams/
H A Duserspace.c510 …php_stream_wrapper *wrapper = zend_hash_find_ptr(php_stream_get_url_stream_wrappers_hash(), protoc… in PHP_FUNCTION()
540 if ((wrapper = zend_hash_find_ptr(global_wrapper_hash, protocol)) == NULL) { in PHP_FUNCTION()
546 if (wrapper_hash == global_wrapper_hash || zend_hash_find_ptr(wrapper_hash, protocol) == wrapper) { in PHP_FUNCTION()
/PHP-8.3/ext/soap/
H A Dphp_packet_soap.c407 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()

Completed in 126 milliseconds

123