1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00
This commit is contained in:
Stanislav Malyshev
2012-06-08 01:24:49 -07:00
parent c467e81c86
commit ba8333cdb0

View File

@@ -1685,7 +1685,7 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
zval key;
if (CG(current_namespace)) {
/* Prefix function name with current namespcae name */
/* Prefix function name with current namespace name */
znode tmp;
tmp.u.constant = *CG(current_namespace);