Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_print.c348 char *function_lowercase = zend_str_tolower_dup(function, strlen(function)); in phpdbg_print_opcodes() local
350 if (strstr(function_lowercase, "::") == NULL) { in phpdbg_print_opcodes()
351 phpdbg_print_opcodes_function(function_lowercase, strlen(function_lowercase)); in phpdbg_print_opcodes()
353 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes()
361 efree(function_lowercase); in phpdbg_print_opcodes()

Completed in 4 milliseconds