diff --git a/language/types.xml b/language/types.xml index c46d2b4ab5..007557d18f 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -232,7 +232,7 @@ if ($show_separators) { with zero elements - the special type the special value NULL @@ -312,7 +312,7 @@ $a = 0x1A; # hexadecimal number (equivalent to 26 decimal) Integer overflow - If you specify a number beyond the bounds of the integer-type, + If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead. @@ -1246,7 +1246,7 @@ $error_descriptions[8] = "This is just an informal notice"; Examples - The array-type in PHP is very versatile, so here will be some + The array type in PHP is very versatile, so here will be some examples to show you the full power of arrays. @@ -1689,13 +1689,13 @@ $bar->do_foo(); are created and used by special functions. See the appendix for a listing of all these - functions and the corresponding resource-types. + functions and the corresponding resource types. - The resource-type was introduced in PHP 4 + The resource type was introduced in PHP 4 @@ -1736,7 +1736,7 @@ $bar->do_foo(); - The null-type was introduced in PHP 4 + The null type was introduced in PHP 4