Home
last modified time | relevance | path

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

123

/PHP-7.0/Zend/
H A Dzend_constants.c246 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_special_constant()
281 if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { in zend_get_constant()
424 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { in zend_quick_get_constant()
426 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL || in zend_quick_get_constant()
430 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { in zend_quick_get_constant()
432 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL || in zend_quick_get_constant()
H A Dzend_ini.c337 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { in zend_alter_ini_entry_ex()
386 if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL || in zend_restore_ini_entry()
H A Dzend_builtin_functions.c1376 if ((property_info = zend_hash_find_ptr(&ce->properties_info, property)) != NULL in ZEND_FUNCTION()
1416 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1452 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1489 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1523 func = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_FUNCTION()
2757 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
H A Dzend_API.c1822 …if ((req_mod = zend_hash_find_ptr(&module_registry, lcname)) == NULL || !req_mod->module_started) { in zend_startup_module_ex()
2816 disabled_class = zend_hash_find_ptr(CG(class_table), key); in zend_disable_class()
2942 if (EXPECTED((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL)) { in zend_is_callable_check_func()
2955 if ((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL) { in zend_is_callable_check_func()
3025 } else if ((fcc->function_handler = zend_hash_find_ptr(ftable, lmname)) != NULL) { in zend_is_callable_check_func()
3032 if ((priv_fbc = zend_hash_find_ptr(&EG(scope)->function_table, lmname)) != NULL in zend_is_callable_check_func()
3605 module = zend_hash_find_ptr(&module_registry, lname); in zend_get_module_version()
3631 if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL && in zend_declare_property_ex()
3645 if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL && in zend_declare_property_ex()
H A Dzend_compile.c761 result = zend_hash_find_ptr(ht, lcname); in zend_hash_find_ptr_lc()
794 import_name = zend_hash_find_ptr(current_import_sub, name); in zend_resolve_non_class_name()
965 function = zend_hash_find_ptr(function_table, Z_STR_P(op1)); in do_bind_function()
1005 ce = zend_hash_find_ptr(class_table, Z_STR_P(op1)); in do_bind_class()
1041 ce = zend_hash_find_ptr(class_table, Z_STR_P(op1)); in do_bind_inherited_class()
1272 c = zend_hash_find_ptr(EG(zend_constants), name); in zend_try_ct_eval_const()
1531 if ((auto_global = zend_hash_find_ptr(CG(auto_globals), name)) != NULL) { in zend_is_auto_global()
3044 fbc = zend_hash_find_ptr(CG(function_table), lcname); in zend_try_compile_ct_bound_init_user_func()
3280 fbc = zend_hash_find_ptr(CG(function_table), lcname); in zend_compile_call()
5520 zend_class_entry *ce = zend_hash_find_ptr(CG(class_table), lookup_name); in zend_check_use_conflict()
[all …]
H A Dzend_interfaces.c79 …if ((fcic.function_handler = zend_hash_find_ptr(function_table, Z_STR(fci.function_name))) == NULL… in zend_call_method()
/PHP-7.0/ext/standard/
H A Dbrowscap.c231 zend_string *interned = zend_hash_find_ptr(&ctx->str_interned, str); in browscap_intern_str()
250 interned = zend_hash_find_ptr(&ctx->str_interned, lcname); in browscap_intern_str_ci()
710 found_entry = zend_hash_find_ptr(bdata->htab, lookup_browser_name); in PHP_FUNCTION()
733 found_entry = zend_hash_find_ptr(bdata->htab, found_entry->parent); in PHP_FUNCTION()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c286 if (!(broken = zend_hash_find_ptr(file_breaks, path_str))) { in phpdbg_set_breakpoint_file_ex()
531 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks()
536 …if (!(oplines_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], op_array->filena… in phpdbg_resolve_op_array_breaks()
539 …} else if (!op_array->function_name || !(oplines_table = zend_hash_find_ptr(func_table, op_array->… in phpdbg_resolve_op_array_breaks()
908 if (!(breaks = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], op_array->filename))) { in phpdbg_find_breakpoint_file()
938 brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); in phpdbg_find_breakpoint_symbol()
953 if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) { in phpdbg_find_breakpoint_method()
956 brake = zend_hash_find_ptr(class_table, lcname); in phpdbg_find_breakpoint_method()
H A Dphpdbg_print.c192 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_list.c137 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
322 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
H A Dphpdbg_watch.c204 …if ((old = zend_hash_find_ptr(&cur->watches, watch->str)) || (old = zend_hash_find_ptr(&cur->impli… in phpdbg_add_watch_collision()
337 phpdbg_watchpoint_t *old_watch = zend_hash_find_ptr(&PHPDBG_G(watchpoints), watch->str); in phpdbg_create_watchpoint()
579 if ((watchpoint = zend_hash_find_ptr(&PHPDBG_G(watchpoints), str))) { in phpdbg_delete_ht_watchpoints_recursive()
H A Dphpdbg_utils.c190 func = zend_hash_find_ptr(&ce->function_table, lfname); in phpdbg_get_function()
193 func = zend_hash_find_ptr(EG(function_table), lfname); in phpdbg_get_function()
H A Dphpdbg_wait.c306 if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { in phpdbg_webdata_decompress()
/PHP-7.0/ext/opcache/Optimizer/
H A Doptimize_func_calls.c62 if ((func = zend_hash_find_ptr(&ctx->script->function_table, in optimize_func_calls()
H A Dpass1_5.c306 if ((ce = zend_hash_find_ptr(EG(class_table), in zend_optimizer_pass1()
451 if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL in zend_optimizer_pass1()
483 zend_module_entry *m = zend_hash_find_ptr(&module_registry, in zend_optimizer_pass1()
H A Dzend_optimizer.c672 func = zend_hash_find_ptr( in zend_accel_adjust_fcall_stack_size()
716 if ((orig_op_array = zend_hash_find_ptr(&op_array->scope->function_table, q->key)) != NULL) { in zend_accel_script_optimize()
747 if ((orig_op_array = zend_hash_find_ptr(&op_array->scope->function_table, q->key)) != NULL) { in zend_accel_script_optimize()
/PHP-7.0/sapi/apache2handler/
H A Dapache_config.c125 if ((orig_per_dir_entry = zend_hash_find_ptr(target_ht, hash_key->key)) == NULL) { in should_overwrite_per_dir_entry()
/PHP-7.0/ext/dom/
H A Dphp_dom.c238 zend_class_entry *ce = zend_hash_find_ptr(doc_props->classmap, basece->name); in dom_get_doc_classmap()
338 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_read_property()
368 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_write_property()
390 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_property_exists()
1082 intern->prop_handler = zend_hash_find_ptr(&classes, base_class->name); in dom_objects_set_class()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c315 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_read_property()
352 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_write_property()
386 if ((p = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member))) != NULL) { in mysqli_object_has_property()
458 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c283 if (stmt->bound_param_map && (namevar = zend_hash_find_ptr(stmt->bound_param_map, in pgsql_stmt_param_hook()
491 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c134 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_get_property_ptr_ptr()
169 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_read_property()
208 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_write_property()
/PHP-7.0/ext/soap/
H A Dphp_packet_soap.c410 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c246 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
2225 if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) { in dbstmt_method_get()
2241 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get()
2634 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c274 if (obj->method_cache == NULL || NULL == (fptr = zend_hash_find_ptr(obj->method_cache, name))) { in com_method_get()
/PHP-7.0/main/
H A Doutput.c552 if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) { in php_output_handler_start()
557 …if (NULL != (rconflicts = zend_hash_find_ptr(&php_output_handler_reverse_conflicts, handler->name)… in php_output_handler_start()

Completed in 168 milliseconds

123