]> granicus.if.org Git - php/commit
Don't double-quote name of namespaced function.
authorSara Golemon <pollita@php.net>
Sun, 19 May 2013 20:32:17 +0000 (13:32 -0700)
committerSara Golemon <pollita@php.net>
Sun, 19 May 2013 20:32:17 +0000 (13:32 -0700)
commit2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee
tree7cf599f2f968eff978ed017a86ca036556606ac4
parent4828f7343b3f31d914f4d4a5545865b8a19f7fb6
Don't double-quote name of namespaced function.

ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info)

was resulting in a function declaration of:

ns\"zend_name"()

including the errant quotes.

This diff corrects that.  There are currently no uses of ZEND_NS_NAMED_FE
in core and reason to believe that there are no uses in the wild either.
Zend/zend_API.h