From 1a595c2ee22a8877f203b3720c707100174f70a8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 17 Apr 2005 05:28:17 +0000 Subject: [PATCH] Marking iff() as deprecated. --- kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel.php b/kernel.php index c64a906..2c7d9a1 100644 --- a/kernel.php +++ b/kernel.php @@ -541,6 +541,8 @@ $_isso = new Shared_Object_Framework(); * to it's latency in processing. This will remain here purely * for legacy reasons. It will be removed when necessary. * +* @deprecated The normal ternary operators should be used instead; function calls are too expensive +* * @param expr Expression * @param mixed If the expression is true * @param mixed If the expression is false -- 2.22.5