From: Fabien Potencier Date: Sun, 7 Aug 2011 07:37:28 +0000 (+0200) Subject: merged branch nikic/doNotUseNameNodeForFuncNames (PR #410) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5233631af8cf8065bde74facc543642c4a24e1d6;p=konrad%2Ftwig.git merged branch nikic/doNotUseNameNodeForFuncNames (PR #410) Commits ------- da4d964 Do not use Node_Expression_Name for function names, just use strings for those Discussion ---------- Do not use Node_Expression_Name for function names This patch remove the use of Node_Expression_Name for function names and instead uses normal strings for those. This is mainly to prevent problems with static analysis (e.g. using a loop() function would have triggered with_loop), but it also slightly reduces complexity. --- 5233631af8cf8065bde74facc543642c4a24e1d6