Home
last modified time | relevance | path

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

123

/PHP-7.1/Zend/
H A Dzend_constants.c246 c = zend_hash_find_ptr(EG(zend_constants), haltname); in zend_get_special_constant()
293 if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { in zend_get_constant()
359 c = zend_hash_find_ptr(&ce->constants_table, constant_name); in zend_get_constant_ex()
446 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { in zend_quick_get_constant()
448 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL || in zend_quick_get_constant()
452 if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { in zend_quick_get_constant()
454 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.c800 p = zend_hash_find_ptr(EG(ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPORTING]); in ZEND_FUNCTION()
1456 if ((property_info = zend_hash_find_ptr(&ce->properties_info, property)) != NULL in ZEND_FUNCTION()
1496 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1532 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1569 ce = zend_hash_find_ptr(EG(class_table), lc_name); in ZEND_FUNCTION()
1603 func = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_FUNCTION()
2848 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
H A Dzend_inheritance.c779 zend_class_constant *c = zend_hash_find_ptr(&ce->constants_table, name); in do_inherit_class_constant()
986 if ((old_constant = zend_hash_find_ptr(child_constants_table, name)) != NULL) { in do_inherit_constant_check()
1163 if ((existing_fn = zend_hash_find_ptr(&ce->function_table, key)) != NULL) { in zend_add_trait_method()
1168 if ((existing_fn = zend_hash_find_ptr(*overriden, key)) != NULL) { in zend_add_trait_method()
1580 if ((coliding_prop = zend_hash_find_ptr(&ce->properties_info, prop_name)) != NULL) { in zend_do_traits_property_binding()
H A Dzend_compile.c867 result = zend_hash_find_ptr(ht, lcname); in zend_hash_find_ptr_lc()
900 import_name = zend_hash_find_ptr(current_import_sub, name); in zend_resolve_non_class_name()
1071 function = zend_hash_find_ptr(function_table, Z_STR_P(rtd_key)); in do_bind_function()
1111 ce = zend_hash_find_ptr(class_table, Z_STR_P(rtd_key)); in do_bind_class()
1147 ce = zend_hash_find_ptr(class_table, Z_STR_P(rtd_key)); in do_bind_inherited_class()
1381 c = zend_hash_find_ptr(EG(zend_constants), name); in zend_try_ct_eval_const()
1534 cc = zend_hash_find_ptr(&ce->constants_table, name); in zend_try_ct_eval_class_const()
3526 fbc = zend_hash_find_ptr(CG(function_table), lcname); in zend_try_compile_ct_bound_init_user_func()
3754 fbc = zend_hash_find_ptr(CG(function_table), lcname); in zend_compile_call()
3886 ce = zend_hash_find_ptr(CG(class_table), lcname); in zend_compile_static_call()
[all …]
H A Dzend_API.c1818 …if ((req_mod = zend_hash_find_ptr(&module_registry, lcname)) == NULL || !req_mod->module_started) { in zend_startup_module_ex()
2812 disabled_class = zend_hash_find_ptr(CG(class_table), key); in zend_disable_class()
2939 if (EXPECTED((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL)) { in zend_is_callable_check_func()
2952 if ((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL) { in zend_is_callable_check_func()
3022 } else if ((fcc->function_handler = zend_hash_find_ptr(ftable, lmname)) != NULL) { in zend_is_callable_check_func()
3031 if ((priv_fbc = zend_hash_find_ptr(&scope->function_table, lmname)) != NULL in zend_is_callable_check_func()
3607 module = zend_hash_find_ptr(&module_registry, lname); in zend_get_module_version()
3633 if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL && in zend_declare_property_ex()
3647 if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL && in zend_declare_property_ex()
H A Dzend_execute_API.c954 ce = zend_hash_find_ptr(EG(class_table), lc_name); in zend_lookup_class_ex()
973 …zend_function *func = zend_hash_find_ptr(EG(function_table), CG(known_strings)[ZEND_STR_MAGIC_AUTO… in zend_lookup_class_ex()
1029 ce = zend_hash_find_ptr(EG(class_table), lc_name); in zend_lookup_class_ex()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c572 if (script && (ce = zend_hash_find_ptr(&script->class_table, class_name))) { in get_class_entry_from_op1()
574 } else if ((ce = zend_hash_find_ptr(EG(class_table), class_name))) { in get_class_entry_from_op1()
601 if (script && (func = zend_hash_find_ptr(&script->function_table, function_name)) != NULL) { in zend_optimizer_get_called_func()
603 } else if ((func = zend_hash_find_ptr(EG(function_table), function_name)) != NULL) { in zend_optimizer_get_called_func()
619 if (script && (func = zend_hash_find_ptr(&script->function_table, Z_STR_P(function_name)))) { in zend_optimizer_get_called_func()
621 } else if ((func = zend_hash_find_ptr(EG(function_table), Z_STR_P(function_name))) != NULL) { in zend_optimizer_get_called_func()
638 return zend_hash_find_ptr(&ce->function_table, func_name); in zend_optimizer_get_called_func()
647 zend_function *fbc = zend_hash_find_ptr( in zend_optimizer_get_called_func()
899 func = zend_hash_find_ptr( in zend_adjust_fcall_stack_size()
958 if ((orig_op_array = zend_hash_find_ptr(&op_array->scope->function_table, name)) != NULL) { in zend_optimize_script()
[all …]
H A Dpass1_5.c307 if ((ce = zend_hash_find_ptr(EG(class_table), in zend_optimizer_pass1()
336 if ((cc = zend_hash_find_ptr(&ce->constants_table, in zend_optimizer_pass1()
459 if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL in zend_optimizer_pass1()
491 zend_module_entry *m = zend_hash_find_ptr(&module_registry, in zend_optimizer_pass1()
/PHP-7.1/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.1/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_list.c137 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
323 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
H A Dphpdbg_print.c192 if ((fbc = zend_hash_find_ptr(&ce->function_table, lcname))) { in PHPDBG_PRINT()
242 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT()
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.1/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.1/ext/dom/
H A Dphp_dom.c237 zend_class_entry *ce = zend_hash_find_ptr(doc_props->classmap, basece->name); in dom_get_doc_classmap()
337 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_read_property()
367 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_write_property()
389 hnd = zend_hash_find_ptr(obj->prop_handler, member_str); in dom_property_exists()
1081 intern->prop_handler = zend_hash_find_ptr(&classes, base_class->name); in dom_objects_set_class()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c316 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_read_property()
353 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_write_property()
387 if ((p = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member))) != NULL) { in mysqli_object_has_property()
459 intern->prop_handler = zend_hash_find_ptr(&classes, mysqli_base_class->name); in mysqli_objects_new()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c284 if (stmt->bound_param_map && (namevar = zend_hash_find_ptr(stmt->bound_param_map, in pgsql_stmt_param_hook()
497 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-7.1/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.1/ext/soap/
H A Dphp_packet_soap.c410 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c240 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
2219 if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) { in dbstmt_method_get()
2235 …if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_n… in dbstmt_method_get()
2629 if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) { in row_method_get()
/PHP-7.1/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.1/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()
/PHP-7.1/ext/snmp/
H A Dsnmp.c1968 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_read_property()
2006 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_write_property()
2035 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member))) != NULL) { in php_snmp_has_property()

Completed in 232 milliseconds

123