diff options
author | Sara Golemon <pollita@php.net> | 2013-05-19 13:32:17 -0700 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2013-05-19 13:32:17 -0700 |
commit | 2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee (patch) | |
tree | 7cf599f2f968eff978ed017a86ca036556606ac4 /sapi/cli/php_cli_server.c | |
parent | 4828f7343b3f31d914f4d4a5545865b8a19f7fb6 (diff) | |
download | php-git-2d5695cbc5a627cb278b3ab0b1f5eed2f8be1bee.tar.gz |
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.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions