Home
last modified time | relevance | path

Searched refs:func_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h76 size_t func_len; member
84 size_t func_len; member
H A Dphpdbg_bp.c442 size_t func_len = strlen(func_name); in phpdbg_set_breakpoint_method() local
450 func_lcname = zend_str_tolower_dup(func_name, func_len); in phpdbg_set_breakpoint_method()
458 if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { in phpdbg_set_breakpoint_method()
466 new_break.func_name = estrndup(func_name, func_len); in phpdbg_set_breakpoint_method()
467 new_break.func_len = func_len; in phpdbg_set_breakpoint_method()
616 …nc_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), new_break->func_len))) { in phpdbg_resolve_opline_break()
649 new_break.func_len = strlen(method); in phpdbg_set_breakpoint_method_opline()
650 new_break.func_name = estrndup(method, new_break.func_len); in phpdbg_set_breakpoint_method_opline()
701 new_break.func_len = strlen(function); in phpdbg_set_breakpoint_function_opline()
702 new_break.func_name = estrndup(function, new_break.func_len); in phpdbg_set_breakpoint_function_opline()
[all …]

Completed in 9 milliseconds