History log of /PHP-8.4/Zend/tests/closure_068.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# a1cc0918 30-Sep-2024 Tim Düsterhus

reflection: Fix the return value of ReflectionFunction::{getNamespaceName,inNamespace}() for closures (#16129)

* reflection: Fix the return value of ReflectionFunction::{getNamespaceName,inN

reflection: Fix the return value of ReflectionFunction::{getNamespaceName,inNamespace}() for closures (#16129)

* reflection: Fix the return value of ReflectionFunction::{getNamespaceName,inNamespace}() for closures

Fixes GH-16122

* reflection: Clean up implementation of `ReflectionFunctionAbstract::inNamespace()`

* reflection: Clean up implementation of `ReflectionFunctionAbstract::getNamespaceName()`

show more ...


# 6e8b1340 30-Apr-2024 Tim Düsterhus

reflection: Fix ReflectionFunction::getShortName() for first class callables (#14087)

Fix fixes an incorrect fix in php/php-src#14001.