From ccb694053068edf262278945848fdcd8a1d237ca Mon Sep 17 00:00:00 2001 From: Simion Onea Date: Wed, 9 Jan 2008 10:58:50 +0000 Subject: [PATCH] Corrected several typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250233 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 988769a19f..f7ecb17d4f 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -338,6 +338,7 @@ stream_filter_register("", "class"); stream_filter_register("filter", ""); /* Warning: stream_filter_register(): Class name cannot be empty in filename on line n */ +?> ]]> @@ -1012,7 +1013,7 @@ $obj->getCommentName(''); gmp_nextprime - - Finds next prime of a + - Finds next prime number @@ -1145,13 +1146,13 @@ $obj->getCommentName(''); int ArrayObject::uasort(callback cmp_function) - - Sort the entries by values user defined function + - Sort the entries by values using a user defined function int ArrayObject::uksort(callback cmp_function) - - Sort the entries by key using user defined function. + - Sort the entries by key using a user defined function. @@ -1181,7 +1182,7 @@ $obj->getCommentName(''); bool CachingIterator::offsetExists(mixed index) - - Return whether the requested index exists + - Returns &true; if the requested index exists