summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-02-01 19:34:45 +0000
committerAndrei Zmievski <andrei@php.net>2002-02-01 19:34:45 +0000
commit1f8c828c08b53fcf8af538c603f18a57d531e0b8 (patch)
tree8052390e6883a4cd47bd646af8f09a4a70ff6b95
parentf8d533d79d75bd0176daf67ae5eb6b966829e770 (diff)
downloadphp-git-1f8c828c08b53fcf8af538c603f18a57d531e0b8.tar.gz
Added is_a() function.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3cc9cd5f1..20e95974c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.2.0-dev
+- Added is_a() function that can be used to test whether object is of a certain
+ class or is derived from it. (Andrei, Zend Engine)
- Added optional parameter to highlight_string and highlight_file which
makes these functions return a highlighted string instead of dumping
to standard output. (Derick)