On Tue, 21 May 2013, Sara Golemon wrote:
> It's time to play "Spot the double quoting!"
>
> #define ZEND_NS_FENTRY(ns, zend_name, name, arg_info, flags)
> ZEND_RAW_FENTRY(ZEND_NS_NAME(ns, #zend_name), name, arg_info, flags)
>
> #define ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) ZEND_NS_FEN
It's time to play "Spot the double quoting!"
#define ZEND_NS_FENTRY(ns, zend_name, name, arg_info, flags)
ZEND_RAW_FENTRY(ZEND_NS_NAME(ns, #zend_name), name, arg_info, flags)
#define ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) ZEND_NS_FENTRY(ns,
#zend_name, name, arg_info, 0)
ZEND_NS_NAMED
I realize I am new to the internals and feature/bug/patch lists, but
wouldn't this be classified as a bug seeing as there is an actual bug
report for it?
In any event, I am sure it will be included in some future release, however
in anticipation to this I have been attempting to use the online
doc