From df70f43a81f05befa2180b178f866a0785b7bb85 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 31 Oct 2001 01:53:22 +0000 Subject: [PATCH] nuke more superfluous dashes, and refer to NULL as a value when talking about values that evaluate to false. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61231 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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