Method CompilerEnvironment()->resolv()


Method resolv

mixed resolv(string identifier, string filename, object|void handler, object|void compat_handler)

Description

Look up identifier in the current context.

The default implementation calls the corresponding function in the handlers (if any), falling back to the master object.

Returns

Returns the value of the identifier if found, and UNDEFINED if not.