From 1fe740ab50c16ca7b86e2d2890b88629b098b4ab Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Aug 2013 02:18:54 +0000 Subject: [PATCH] Clarify that internal classes can override only ==, not === git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331094 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/object-comparison.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/oop5/object-comparison.xml b/language/oop5/object-comparison.xml index 93fbb93ba8..033b8b379d 100644 --- a/language/oop5/object-comparison.xml +++ b/language/oop5/object-comparison.xml @@ -102,7 +102,8 @@ o1 !== o2 : TRUE - Extensions can define own rules for their objects comparison. + Extensions can define own rules for their objects comparison + (==).