fn php_call_lookup<'a>(
target_name: &'a str,
source_parent: Option<&'a str>,
) -> Option<(&'a str, Option<&'a str>, Option<&'a str>, Option<&'a str>)>Expand description
Select the local PHP call member and, for scoped calls, its owning type.