You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provide access to return_value, function's type, filename, line number
When observing a function via observer API or zend_execute_*, these
additional functions allow looking up the function's type and the
filename (for user functions and eval'd code).
From ExecuteData we can also retrieve the return value in a number of
ways.
0 commit comments