]> granicus.if.org Git - php/commitdiff
Added is_a() function.
authorAndrei Zmievski <andrei@php.net>
Fri, 1 Feb 2002 19:34:45 +0000 (19:34 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 1 Feb 2002 19:34:45 +0000 (19:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b3cc9cd5f1660fb72d63f88aeea2d3b730f420cc..20e95974c76beac295c0c3081879db9df7b41635 100644 (file)
--- 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)