summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-03-10 08:29:43 +0000
committerDmitry Stogov <dmitry@php.net>2006-03-10 08:29:43 +0000
commitf8576f84dcc5c7054e3cbcdd84a4275c7be072d9 (patch)
tree76874f578262100e4580514fcecd1e0b66ea61a1 /NEWS
parent830f52f57c9b837d034e861cf0655b65c2da5ea7 (diff)
downloadphp-git-f8576f84dcc5c7054e3cbcdd84a4275c7be072d9.tar.gz
Implemented "jump label" operator (limited "goto")
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74d3e08520..20e6153184 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ PHP NEWS
for more details. (Dmitry)
- Removed support for "continue" and "break" operators with non-constant
operands. (Dmitry)
+- Implemented "jump label" operator (limited "goto"). (Dmitry, Sara)
- Changed __toString() behavior to call it in all necessary places
(Marcus, Dmitry)
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()