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.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()
833 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in zend_optimizer_get_class_entry()
905 …zend_class_constant *const_info = zend_hash_find_ptr(&ce->constants_table, Z_STR_P(CRT_CONSTANT(op… in zend_fetch_class_const_info()
929 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
944 if (script && (func = zend_hash_find_ptr(&script->function_table, Z_STR_P(function_name)))) { in zend_optimizer_get_called_func()
959 zend_function *fbc = zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func()
977 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
1491 func = zend_hash_find_ptr( in zend_adjust_fcall_stack_size()
[all …]
/php-src/ext/standard/
H A Dbrowscap.c218 zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str); in browscap_intern_str()
240 interned = zend_hash_find_ptr(&ctx->str_interned, lcname); in browscap_intern_str_ci()
747 found_entry = zend_hash_find_ptr(bdata->htab, lookup_browser_name); in PHP_FUNCTION()
802 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));
1217 ce = zend_hash_find_ptr(EG(class_table), lc_name);
1398 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), case_name);
/php-src/Zend/
H A Dzend_constants.c204 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_halt_offset_constant()
282 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_get_constant_ptr()
341 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()
611 zend_class_constant *c = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name); in zend_enum_get_case()
H A Dzend_property_hooks.c76 zend_property_info *child_prop_info = zend_hash_find_ptr(&ce->properties_info, unmangled_name); in zho_build_properties_ex()
H A Dzend_builtin_functions.c959 func = zend_hash_find_ptr(&ce->function_table, lcname); in ZEND_FUNCTION()
1013 property_info = zend_hash_find_ptr(&ce->properties_info, property); in _property_exists()
1078 ce = zend_hash_find_ptr(EG(class_table), lcname); in _class_exists_impl()
2200 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
/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_frame.c286 file = zend_hash_find_ptr(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_FILE)); in phpdbg_dump_backtrace()
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.c245 mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_read_property()
264 const mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_write_property()
311 if ((p = zend_hash_find_ptr(obj->prop_handler, name)) != NULL) { in mysqli_object_has_property()
379 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
/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()
129 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_has_property()
165 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_read_property()
184 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_write_property()
198 xmlreader_prop_handler *hnd = zend_hash_find_ptr(&xmlreader_prop_handlers, name); in xmlreader_unset_property()
/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.c318 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
341 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
/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()
630 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_wrapper_stat()
693 pphar = zend_hash_find_ptr(&(PHAR_G(phar_fname_map)), resource->host); in phar_wrapper_unlink()
H A Dphar_object.c2634 if (NULL != (entry = zend_hash_find_ptr(&phar_obj->archive->manifest, file_name))) { in PHP_METHOD()
2728 if (NULL != (fd_ptr = zend_hash_find_ptr(&(PHAR_G(phar_alias_map)), new_alias))) { in PHP_METHOD()
3459 …if (NULL == (oldentry = zend_hash_find_ptr(&phar_obj->archive->manifest, old_file)) || oldentry->i… in PHP_METHOD()
3465 …if (NULL != (temp = zend_hash_find_ptr(&phar_obj->archive->manifest, new_file)) && !temp->is_delet… in PHP_METHOD()
3485 oldentry = zend_hash_find_ptr(&phar_obj->archive->manifest, old_file); in PHP_METHOD()
3532 if (NULL != (entry = zend_hash_find_ptr(&phar_obj->archive->manifest, file_name))) { in PHP_METHOD()
3799 if (NULL != (entry = zend_hash_find_ptr(&phar_obj->archive->manifest, file_name))) { in PHP_METHOD()
3811 entry = zend_hash_find_ptr(&phar_obj->archive->manifest, file_name); in PHP_METHOD()
4330 entry = zend_hash_find_ptr(&archive->manifest, search); in extract_helper()
/php-src/ext/spl/
H A Dphp_spl.c51 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
450 zend_class_entry *ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_perform_autoload()
/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/reflection/
H A Dphp_reflection.c1342 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
2411 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
2461 } else if ((fptr = zend_hash_find_ptr(&ce->function_table, lcname)) == NULL) { in ZEND_METHOD()
3739 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constname)) == NULL) { in ZEND_METHOD()
4408 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4495 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4526 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4753 if ((c = zend_hash_find_ptr(constants_table, name)) == NULL) { in ZEND_METHOD()
4773 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name)) == NULL) { in ZEND_METHOD()
5353 zend_hash_find_ptr(CG(class_table), ce->trait_names[j].lc_name); in ZEND_METHOD()
[all …]
/php-src/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-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/random/
H A Drandomizer.c50 generate_method = zend_hash_find_ptr(&engine_object->ce->function_table, mname); in randomizer_common_init()

Completed in 116 milliseconds

1234