From: Jason Greene Date: Wed, 31 Jul 2002 22:49:28 +0000 (+0000) Subject: Fix unwrapped entry X-Git-Tag: dev~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b449ce0888f0f663fea8dfddbba70db3e9787a0;p=php Fix unwrapped entry --- diff --git a/NEWS b/NEWS index e6d069ba95..2974e458be 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,8 @@ PHP 4 NEWS //Globally enables the ticks modifier for the whole program declare (ticks=1); - //Enables the ticks modifier for just the lexical block containing "statement" + //Enables the ticks modifier for just the lexical block containing + //"statement". deckare (ticks=1) { statement; }