From 1a753bdca81c63a1a629240d940f842e3c4c165c Mon Sep 17 00:00:00 2001 From: Mark Wiesemann Date: Sat, 13 Dec 2008 18:43:26 +0000 Subject: [PATCH] typo ("objetcs") and indentation fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271180 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-key-exists.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/array/functions/array-key-exists.xml b/reference/array/functions/array-key-exists.xml index 03590a2208..710be3720c 100644 --- a/reference/array/functions/array-key-exists.xml +++ b/reference/array/functions/array-key-exists.xml @@ -1,5 +1,5 @@ - + array_key_exists @@ -67,7 +67,7 @@ 5.3.0 - This function doesn't work with objetcs anymore, + This function doesn't work with objects anymore, property_exists should be used in this case. @@ -107,7 +107,7 @@ if (array_key_exists('first', $search_array)) { that correspond to a &null; value, while array_key_exists does. - + null, 'second' => 4); @@ -119,7 +119,7 @@ isset($search_array['first']); array_key_exists('first', $search_array); ?> ]]> - +