> On Feb 15, 2020, at 9:32 AM, Mark Randall <mar...@gmail.com> wrote:
> 
> Greetings,
> 
> I offer a short RFC to add a new function, get_debug_type, which would
> return the type name of a variable, automatically resolving the class
> name in the event of it being an object.
> 
> Unlike gettype, this function will return the true name of scalar
> types, rather than their aliases, thus get_debug_type will return
> "int" rather than "integer" etc.
> 
> https://wiki.php.net/rfc/get_debug_type
> 

Why "debug" type?  

-Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to