diff options
author | Jason Greene <jason@php.net> | 2002-07-31 22:49:28 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2002-07-31 22:49:28 +0000 |
commit | 3b449ce0888f0f663fea8dfddbba70db3e9787a0 (patch) | |
tree | 7a368671c6a7a3add77ab5b55b157376ba6a3977 | |
parent | 4ac782ae5785a4649b4d953a3f6c8e43e9ffee1f (diff) | |
download | php-git-3b449ce0888f0f663fea8dfddbba70db3e9787a0.tar.gz |
Fix unwrapped entry
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |