Home
last modified time | relevance | path

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

1234

/php-src/Zend/Optimizer/
H A Dzend_optimizer.c131 zend_internal_function *func = zend_hash_find_ptr(EG(function_table), lc_name); in zend_optimizer_eval_special_func_call()
147 zend_module_entry *m = zend_hash_find_ptr(&module_registry, lc_name); in zend_optimizer_eval_special_func_call()
186 zend_ini_entry *ini_entry = zend_hash_find_ptr(EG(ini_directives), arg); in zend_optimizer_eval_special_func_call()
798 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in zend_optimizer_get_class_entry()
803 ce = zend_hash_find_ptr(CG(class_table), lcname); in zend_optimizer_get_class_entry()
848 zend_class_entry *tmp = zend_hash_find_ptr(EG(class_table), Z_STR_P(op1 + 1)); in zend_fetch_class_const_info()
903 } else if ((func = zend_hash_find_ptr(EG(function_table), function_name)) != NULL) { in zend_optimizer_get_called_func()
938 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func()
956 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
1452 func = zend_hash_find_ptr( in zend_adjust_fcall_stack_size()
[all …]
/php-src/Zend/
H A Dzend_constants.c195 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_halt_offset_constant()
273 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_get_constant_ptr()
332 c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constant_name); in zend_get_class_constant_ex()
H A Dzend_ini.c362 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { in zend_alter_ini_entry_ex()
411 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL || in zend_restore_ini_entry()
563 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.c355 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
H A Dzend_builtin_functions.c907 func = zend_hash_find_ptr(&ce->function_table, lcname); in ZEND_FUNCTION()
961 property_info = zend_hash_find_ptr(&ce->properties_info, property); in _property_exists()
1026 ce = zend_hash_find_ptr(EG(class_table), lcname); in _class_exists_impl()
2125 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
H A Dzend_inheritance.c254 ce = zend_hash_find_ptr(CG(class_table), lc_name); in lookup_class_ex()
1967 if ((existing_fn = zend_hash_find_ptr(&ce->function_table, key)) != NULL) { in zend_add_trait_method()
2173 trait = zend_hash_find_ptr(EG(class_table), lc_trait_name); in zend_traits_init_trait_structures()
2202 exclude_ce = zend_hash_find_ptr(EG(class_table), lc_trait_name); in zend_traits_init_trait_structures()
2247 trait = zend_hash_find_ptr(EG(class_table), lc_trait_name); in zend_traits_init_trait_structures()
2504 if ((colliding_prop = zend_hash_find_ptr(&ce->properties_info, prop_name)) != NULL) { in zend_do_traits_property_binding()
3350 zend_class_entry *old_ce = zend_hash_find_ptr(EG(class_table), lcname); in register_early_bound_ce()
/php-src/ext/standard/
H A Dbrowscap.c219 zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str); in browscap_intern_str()
241 interned = zend_hash_find_ptr(&ctx->str_interned, lcname); in browscap_intern_str_ci()
749 found_entry = zend_hash_find_ptr(bdata->htab, lookup_browser_name); in PHP_FUNCTION()
804 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(
548 existing_propinfo = zend_hash_find_ptr(&ce->properties_info, Z_STR_P(key));
1210 ce = zend_hash_find_ptr(EG(class_table), lc_name);
1391 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), case_name);
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c161 if ((fbc = zend_hash_find_ptr(&ce->function_table, lcname))) { in PHPDBG_PRINT()
211 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-src/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-src/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-src/ext/zend_test/
H A Dobserver.c309 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
332 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c116 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_get_property_ptr_ptr()
131 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_read_property()
150 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_write_property()
/php-src/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-src/ext/spl/
H A Dphp_spl.c53 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
452 zend_class_entry *ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_perform_autoload()
/php-src/ext/reflection/
H A Dphp_reflection.c1322 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
2444 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
2494 } else if ((fptr = zend_hash_find_ptr(&ce->function_table, lcname)) == NULL) { in ZEND_METHOD()
3836 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constname)) == NULL) { in ZEND_METHOD()
4546 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4633 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4664 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4891 if ((c = zend_hash_find_ptr(constants_table, name)) == NULL) { in ZEND_METHOD()
4911 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name)) == NULL) { in ZEND_METHOD()
5316 zend_hash_find_ptr(CG(class_table), ce->trait_names[j].lc_name); in ZEND_METHOD()
[all …]
/php-src/ext/random/
H A Drandomizer.c49 generate_method = zend_hash_find_ptr(&engine_object->ce->function_table, mname); in randomizer_common_init()
/php-src/ext/snmp/
H A Dsnmp.c1688 hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_read_property()
1709 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property()
1746 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, name)) != NULL) { in php_snmp_has_property()
1809 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr()
/php-src/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-src/ext/soap/
H A Dphp_packet_soap.c407 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
/php-src/ext/dom/
H A Dxpath_callbacks.c275 php_dom_xpath_callback_ns *namespace = zend_hash_find_ptr(registry->namespaces, ns); in php_dom_xpath_callbacks_ensure_ns()

Completed in 118 milliseconds

1234