Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.h62 size_t func_len; member
70 size_t func_len; member
H A Dphpdbg_bp.c301 size_t func_len = strlen(func_name); in phpdbg_set_breakpoint_method() local
302 char *lcname = zend_str_tolower_dup(func_name, func_len); in phpdbg_set_breakpoint_method()
313 if (!zend_hash_exists(class_table, lcname, func_len)) { in phpdbg_set_breakpoint_method()
321 new_break.func_name = estrndup(func_name, func_len); in phpdbg_set_breakpoint_method()
322 new_break.func_len = func_len; in phpdbg_set_breakpoint_method()
324 zend_hash_update(class_table, lcname, func_len, in phpdbg_set_breakpoint_method()
506 new_break.func_len = strlen(method); in phpdbg_set_breakpoint_method_opline()
540 new_break.func_len, in phpdbg_set_breakpoint_method_opline()
565 new_break.func_len = strlen(function); in phpdbg_set_breakpoint_function_opline()
590 new_break.func_len, in phpdbg_set_breakpoint_function_opline()
[all …]

Completed in 8 milliseconds