From 1ebbb673976ea8b4550dd11a19e0aa96b0145db9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 08:42:11 +0000 Subject: [PATCH] Explicitly define var (bug #42285) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241292 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index 3d377bf961..e957d93c23 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -7,7 +7,9 @@ <literal>class</literal> A class is a collection of variables and functions working with - these variables. A class is defined using the following syntax: + these variables. Variables are defined by var and + functions by function. A class is defined using the + following syntax: