On Tue, Feb 25, 2020 at 8:12 PM Bishop Bettini wrote:
> On Tue, Feb 25, 2020 at 10:33 AM Nikita Popov
> wrote:
>
>> I've put up https://github.com/php/php-src/pull/5209 to deprecate the
>> following reflection methods:
>>
>> * ReflectionParameter::isArray()
>> * ReflectionParameter::isCallable
On Tue, Feb 25, 2020 at 10:33 AM Nikita Popov wrote:
> I've put up https://github.com/php/php-src/pull/5209 to deprecate the
> following reflection methods:
>
> * ReflectionParameter::isArray()
> * ReflectionParameter::isCallable()
> * ReflectionParameter::getClass()
>
> These APIs have been s
Hi internals,
I've put up https://github.com/php/php-src/pull/5209 to deprecate the
following reflection methods:
* ReflectionParameter::isArray()
* ReflectionParameter::isCallable()
* ReflectionParameter::getClass()
These APIs have been superseded by ReflectionParameter::getType() since PHP