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