From 4e21db746b197c9cc017309764a2a2d9b6cde5da Mon Sep 17 00:00:00 2001 From: Dejan Marjanovic Date: Tue, 15 Apr 2014 23:52:49 +0000 Subject: [PATCH] Doc Bug #67045 array_unique bad wording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333355 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-unique.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reference/array/functions/array-unique.xml b/reference/array/functions/array-unique.xml index 65a85e3504..20abd6c19e 100644 --- a/reference/array/functions/array-unique.xml +++ b/reference/array/functions/array-unique.xml @@ -27,11 +27,8 @@ Two elements are considered equal if and only if - (string) $elem1 === (string) $elem2. In words: - when the string representation is the same. - - - The first element will be used. + (string) $elem1 === (string) $elem2 i.e. + when the string representation is the same, the first element will be used.