diff --git a/appendices/about.xml b/appendices/about.xml index e5c561cdf4..b7aa1f5a2d 100644 --- a/appendices/about.xml +++ b/appendices/about.xml @@ -1,5 +1,5 @@ - + About the manual @@ -333,8 +333,8 @@ Returns the length of string. Please don't abuse the bug system by submitting requests for help. - Instead, one of the many - support options + Instead, use one of the many + support options. diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 55b32040df..bd36f26fc6 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -499,7 +499,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" iconv_strrpos - Finds the last occurrence of a - needle within the specified range of haystack + needle within a haystack @@ -583,7 +583,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" time_nanosleep - Delay for a number of seconds and - nano seconds + nanoseconds @@ -625,7 +625,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" curl_copy_handle - Copy a cURL handle - along with all of it's preferences + along with all of its preferences @@ -697,8 +697,8 @@ Action application/x-httpd-php "/php/php-cgi.exe" - imagefilter - Applies Filter an image using a - custom angle + imagefilter - Applies a filter to an image using + custom arguments @@ -767,8 +767,8 @@ Action application/x-httpd-php "/php/php-cgi.exe" - setrawcookie - Send a cookie with no url encoding - of the value + setrawcookie - Send a cookie without URL-encoding + the value @@ -869,7 +869,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" In previous versions of PHP, objects were handled like primitive types (for instance integers and strings). The drawback of this method was that semantically the whole object was copied when a variable was assigned, or - pass as a parameter to a method. In the new approach, objects are + passed as a parameter to a method. In the new approach, objects are referenced by handle, and not by value (one can think of a handle as an object's identifier). diff --git a/reference/datetime/functions/idate.xml b/reference/datetime/functions/idate.xml index 33714fb5aa..2c0e7bc913 100644 --- a/reference/datetime/functions/idate.xml +++ b/reference/datetime/functions/idate.xml @@ -1,5 +1,5 @@ - + idate @@ -112,9 +112,9 @@ - As idate returns always an integer and - as they can't start with a "0", idate may return less - digits then you would expect. See the example below: + As idate always returns an integer and + as they can't start with a "0", idate may return + fewer digits than you would expect. See the example below: diff --git a/reference/iconv/functions/iconv-strrpos.xml b/reference/iconv/functions/iconv-strrpos.xml index 7986bcffa3..bf33af7ee5 100644 --- a/reference/iconv/functions/iconv-strrpos.xml +++ b/reference/iconv/functions/iconv-strrpos.xml @@ -1,11 +1,11 @@ - + iconv_strrpos - Finds the last occurrence of a needle within the specified range of haystack + Finds the last occurrence of a needle within a haystack