summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2002-07-31 22:49:28 +0000
committerJason Greene <jason@php.net>2002-07-31 22:49:28 +0000
commit3b449ce0888f0f663fea8dfddbba70db3e9787a0 (patch)
tree7a368671c6a7a3add77ab5b55b157376ba6a3977
parent4ac782ae5785a4649b4d953a3f6c8e43e9ffee1f (diff)
downloadphp-git-3b449ce0888f0f663fea8dfddbba70db3e9787a0.tar.gz
Fix unwrapped entry
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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;
}