Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Apr 17, 2024
1 parent b6ea07e commit 44ae12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/php_observer.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static zend_observer_fcall_handlers nr_php_fcall_register_handlers(
handlers.begin = nr_php_observer_fcall_begin;
handlers.end = nr_php_observer_fcall_end;
if (execute_data->func->common.function_name) {
printf("[REGISTER %s()]\n", ZSTR_VAL(execute_data->func->common.function_name));
printf("[REGISTER %d %s()]\n", nr_getpid(), ZSTR_VAL(execute_data->func->common.function_name));
}
return handlers;
}
Expand Down

0 comments on commit 44ae12c

Please sign in to comment.