From 9f233f135be1d53419dd56e884272cbe8ed53383 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Mon, 19 Jul 2004 04:57:49 +0000 Subject: [PATCH] - Typo fixes :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163602 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/constants.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/oop5/constants.xml b/language/oop5/constants.xml index 562aa66979..6e761953bc 100644 --- a/language/oop5/constants.xml +++ b/language/oop5/constants.xml @@ -1,11 +1,11 @@ - + Object Constants It is possible to define constant values on a per-class basis remaining - the same and unchangeable. Constant's differ from normal variables - in that you dont use the $ symbol to declare or use + the same and unchangeable. Constants differ from normal variables + in that you don't use the $ symbol to declare or use them. Like members, constant values can not be accessed with a variable that is an instance of the object.