diff --git a/reference/objaggregation/functions/aggregate-properties-by-list.xml b/reference/objaggregation/functions/aggregate-properties-by-list.xml index 9d1578bcfa..31a7f346a2 100644 --- a/reference/objaggregation/functions/aggregate-properties-by-list.xml +++ b/reference/objaggregation/functions/aggregate-properties-by-list.xml @@ -1,5 +1,5 @@ - + aggregate_properties_by_list @@ -18,7 +18,7 @@ Aggregates properties from a class to - an existing object using a list of property names. The optional paramater + an existing object using a list of property names. The optional parameter exclude is used to decide whether the list contains the names of class properties to include in the aggregation (i.e. exclude is &false;, which is the default value), diff --git a/reference/oci8/functions/oci-fetch-array.xml b/reference/oci8/functions/oci-fetch-array.xml index a6b2bf6d27..14ac673858 100644 --- a/reference/oci8/functions/oci-fetch-array.xml +++ b/reference/oci8/functions/oci-fetch-array.xml @@ -1,5 +1,5 @@ - + oci_fetch_array @@ -24,7 +24,7 @@ &database.fetch-null; - Optional second paramater can be any combination of the following + Optional second parameter can be any combination of the following constants: diff --git a/reference/var/functions/get-defined-vars.xml b/reference/var/functions/get-defined-vars.xml index 0b66ac5e63..b96d9280ef 100644 --- a/reference/var/functions/get-defined-vars.xml +++ b/reference/var/functions/get-defined-vars.xml @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ print_r($arr["b"]); * e.g. /usr/local/bin/php */ echo $arr["_"]; -// print the command-line paramaters if any +// print the command-line parameters if any print_r($arr["argv"]); // print all the server vars diff --git a/reference/var/functions/get-resource-type.xml b/reference/var/functions/get-resource-type.xml index 63a508e85f..c1e1a213fe 100644 --- a/reference/var/functions/get-resource-type.xml +++ b/reference/var/functions/get-resource-type.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns a string representing the type of the - resource passed to it. If the paramater is not a valid + resource passed to it. If the parameter is not a valid resource, it generates an error.