mirror of
https://github.com/php/php-src.git
synced 2026-04-04 22:52:40 +02:00
This handles references to the current class through its name rather than self (and for cases where is is not linked yet and thus not covered by the context lookup). Rather than handling this only for FETCH_CLASS_CONSTANT optimization, integrate this into the generic get_class_entry() utility.