Este conteúdo não está disponível no idioma selecionado.
4.6. Return probes
The
.return
variant places a probe at the moment of return from the named function, so that the return value is available as the $return context variable. The entry parameters are also accessible in the context of the return probe, though their values may have been changed by the function. Inline functions do not have an identifiable return point, so .return
is not supported on .inline
probes.