From 41e57f0a2828c1fcf92b0d44f9ed8394507a4bb0 Mon Sep 17 00:00:00 2001 From: khartlage Date: Thu, 5 Feb 2004 20:00:46 +0000 Subject: [PATCH 1/1] is_a function feature request 883840 --- .../sourceforge/phpeclipse/phpeditor/phpsyntax.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml index 20eb1ba..8ac53c0 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -1117,6 +1117,7 @@ if ENT_NOQUOTES is set neither single nor double quotes are translated. + This function returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise. -- 1.7.1