From 7da969f78226cd5de9f6df5707f8020b6ba4a338 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 19 Aug 2005 10:03:06 +0000 Subject: [PATCH] Different Types should be Various (spotted by Kit.Lester) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193969 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 3ecf92ce7b..76d3085df5 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -550,11 +550,11 @@ case "a": // never reached because "a" is already matched with 0 - If types of operands differ, comparison is done according to the following + For various types, comparison is done according to the following table (in order). - Comparison with Different Types + Comparison with Various Types