diff --git a/language/operators.xml b/language/operators.xml index ee2424c24f..b557511e82 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -307,7 +307,7 @@ $a = $b += 3; // $a = ($b += 3) -> $a = 5, $b = 5 The basic assignment operator is "=". Your first inclination might be to think of this as "equal to". Don't. It really means that the - the left operand gets set to the value of the expression on the + left operand gets set to the value of the expression on the rights (that is, "gets set to"). diff --git a/reference/array/functions/array-multisort.xml b/reference/array/functions/array-multisort.xml index a6ce336089..8b9ec878cb 100644 --- a/reference/array/functions/array-multisort.xml +++ b/reference/array/functions/array-multisort.xml @@ -1,5 +1,5 @@ - + @@ -203,7 +203,7 @@ $data[] = array('volume' => 67, 'edition' => 7); We have an array of rows, but array_multisort - requires an array of columns, so we use the the below code to obtain the + requires an array of columns, so we use the below code to obtain the columns, then perform the sorting. diff --git a/reference/bcompiler/functions/bcompiler-write-exe-footer.xml b/reference/bcompiler/functions/bcompiler-write-exe-footer.xml index 9c27c769c4..84bb3859eb 100644 --- a/reference/bcompiler/functions/bcompiler-write-exe-footer.xml +++ b/reference/bcompiler/functions/bcompiler-write-exe-footer.xml @@ -1,10 +1,10 @@ - + bcompiler_write_exe_footer - Writes the the start pos, and sig to the end of a exe type file + Writes the start pos, and sig to the end of a exe type file Description diff --git a/reference/bcompiler/functions/bcompiler-write-footer.xml b/reference/bcompiler/functions/bcompiler-write-footer.xml index e6f90d3a6b..c89403bd9f 100644 --- a/reference/bcompiler/functions/bcompiler-write-footer.xml +++ b/reference/bcompiler/functions/bcompiler-write-footer.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &warn.experimental.func; - Writes the a single character \x00 to indicate End of compiled data. + Writes the single character \x00 to indicate End of compiled data. <function>bcompiler_write_footer</function> example diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index cc5fd37982..3bc4df9f6e 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + @@ -1019,7 +1019,7 @@ value should be a string that is the name of a valid - callback function for the the following values of the + callback function for the following values of the option parameter: diff --git a/reference/dom/functions/dom-domdocument-schemavalidate.xml b/reference/dom/functions/dom-domdocument-schemavalidate.xml index 524061f219..f6b054f5bf 100644 --- a/reference/dom/functions/dom-domdocument-schemavalidate.xml +++ b/reference/dom/functions/dom-domdocument-schemavalidate.xml @@ -1,5 +1,5 @@ - + DOMDocument->schemaValidate() @@ -17,7 +17,7 @@ - Validates a document based on a the given schema file. + Validates a document based on the given schema file. diff --git a/reference/ftp/functions/ftp-size.xml b/reference/ftp/functions/ftp-size.xml index f49dfc31ed..211cd51dd3 100644 --- a/reference/ftp/functions/ftp-size.xml +++ b/reference/ftp/functions/ftp-size.xml @@ -1,5 +1,5 @@ - + ftp_size @@ -13,7 +13,7 @@ stringremote_file - ftp_size returns the size of a the given file in + ftp_size returns the size of the given file in bytes. diff --git a/reference/info/functions/phpcredits.xml b/reference/info/functions/phpcredits.xml index 22cc963e07..df496a3411 100644 --- a/reference/info/functions/phpcredits.xml +++ b/reference/info/functions/phpcredits.xml @@ -1,5 +1,5 @@ - + @@ -99,7 +99,7 @@ phpcredits(CREDITS_ALL - CREDITS_FULLPAGE); CREDITS_FULLPAGE Usually used in combination with the other flags. Indicates - that the a complete stand-alone HTML page needs to be + that a complete stand-alone HTML page needs to be printed including the information indicated by the other flags. diff --git a/reference/pdo/functions/PDOStatement-bindParam.xml b/reference/pdo/functions/PDOStatement-bindParam.xml index 30fcb9b2fa..e0e03a8166 100644 --- a/reference/pdo/functions/PDOStatement-bindParam.xml +++ b/reference/pdo/functions/PDOStatement-bindParam.xml @@ -1,11 +1,11 @@ - + PDOStatement::bindParam - Binds a parameter to a the specified variable name + Binds a parameter to the specified variable name diff --git a/reference/printer/functions/printer-set-option.xml b/reference/printer/functions/printer-set-option.xml index 3f0a3f4a6c..0d66f187b5 100644 --- a/reference/printer/functions/printer-set-option.xml +++ b/reference/printer/functions/printer-set-option.xml @@ -1,5 +1,5 @@ - + @@ -65,7 +65,7 @@ PRINTER_PAPER_FORMAT: - specifies the a predefined paper format, set value + specifies a predefined paper format, set value to PRINTER_FORMAT_CUSTOM if you want to specify a custom format with PRINTER_PAPER_WIDTH and PRINTER_PAPER_LENGTH. value can be one of the following constants. diff --git a/reference/sem/functions/msg-send.xml b/reference/sem/functions/msg-send.xml index d9ec9a6457..bc44bf160a 100644 --- a/reference/sem/functions/msg-send.xml +++ b/reference/sem/functions/msg-send.xml @@ -1,5 +1,5 @@ - + msg_send @@ -20,7 +20,7 @@ msg_send sends a message of type - msgtype (which MUST be greater than 0) to a + msgtype (which MUST be greater than 0) to the message queue specified by queue. diff --git a/reference/strings/functions/money-format.xml b/reference/strings/functions/money-format.xml index 950b44e058..49ce0b6fbe 100644 --- a/reference/strings/functions/money-format.xml +++ b/reference/strings/functions/money-format.xml @@ -1,5 +1,5 @@ - + money_format @@ -45,7 +45,7 @@ =f - The character = followed by a a (single byte) + The character = followed by a (single byte) character f to be used as the numeric fill character. The default fill character is space. diff --git a/reference/strings/functions/stripos.xml b/reference/strings/functions/stripos.xml index 3c59629fb3..0fbd7ce1e1 100755 --- a/reference/strings/functions/stripos.xml +++ b/reference/strings/functions/stripos.xml @@ -1,5 +1,5 @@ - + stripos @@ -68,7 +68,7 @@ if ($pos2 !== false) { The optional offset parameter allows you to specify which character in haystack to start searching. The position returned is still relative to the - the beginning of haystack. + beginning of haystack. ¬e.bin-safe; diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index e94161f05e..87f651ce30 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -1,5 +1,5 @@ - + @@ -66,7 +66,7 @@ $pos = strpos($newstring, 'a', 1); // $pos = 7, not 0 The optional offset parameter allows you to specify which character in haystack to start searching. The position returned is still relative to the - the beginning of haystack. + beginning of haystack. See also strrpos,