mirror of https://github.com/php/php-src
Browse Source
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.PHP-5.3.26
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue