From: Nikita Popov Date: Mon, 31 Aug 2020 13:10:34 +0000 (+0200) Subject: Merge branch 'PHP-7.4' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53a87547c8545aa26330ae2ba306364a73d0b93d;p=php Merge branch 'PHP-7.4' * PHP-7.4: Fix leak on consteval exception in ReflectionClass::__toString() --- 53a87547c8545aa26330ae2ba306364a73d0b93d diff --cc ext/reflection/tests/ReflectionClass_toString_004.phpt index 0000000000,04b42d0792..0eecb3c8a3 mode 000000,100644..100644 --- a/ext/reflection/tests/ReflectionClass_toString_004.phpt +++ b/ext/reflection/tests/ReflectionClass_toString_004.phpt @@@ -1,0 -1,17 +1,17 @@@ + --TEST-- + Constant evaluation exception during ReflectionClass::__toString() + --FILE-- + getMessage(), "\n"; + } + + ?> + --EXPECT-- -Undefined class constant 'self::UNKNOWN' ++Undefined constant self::UNKNOWN