Brought the comment up to date.

This commit is contained in:
Joshua Haberman 2022-05-19 04:13:16 +00:00
parent 65a2a52df3
commit 8a46882bf0

View File

@ -601,7 +601,7 @@ PHP_METHOD(Message, __construct) {
//
// However, if the user created their own class derived from Message, this
// will trigger an infinite construction loop and blow the stack. We
// temporarily clear create_object to break this loop (see check in
// store this `ce` in a global variable to break the cycle (see the check in
// NameMap_GetMessage()).
NameMap_EnterConstructor(ce);
desc = Descriptor_GetFromClassEntry(ce);