mirror of
https://github.com/php/php-src.git
synced 2026-04-07 16:13:32 +02:00
typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user