Ask a Question related to PHP Development, Design and Development.
-
Mack Paul #1
how to force variables declaration??
hi to all.
i would like to know how to force to php to declare everything variable,
example
var $var;
$var = bla,bla..
var $var2 = array();
$var2 = bla,bla..
and issue error when a variable is instanced without declare, some idea???:
Mack Paul Guest
-
#39091 [NEW]: Need to force variables to be declared
From: addw at phcomp dot co dot uk Operating system: any PHP version: 5.2.0RC5 PHP Bug Type: Variables related Bug... -
Declaration of myPrincipal
I got error at Implements IPrincipal when I want declare my own principal. Any boy can tell me why? Thanks Imports System.Security.Principal... -
Declaration
How should i declare this in my server component? Looks like this now and i wants to declare arrTemp as ???? Private arrTemp Used like this: ... -
Type Declaration in asp and VB
Have you tried this Public Sub getStandard(Byval strODBC As String, ByVal strHTML As String) Define your parameters passed by value? Maybe... -
Class Declaration
What exactly are you asking? -- HTH, Kevin Spencer ..Net Developer Microsoft MVP http://www.takempis.com Big things are made up -
David Nicholson #2
Re: [PHP] how to force variables declaration??
Hello,
This is a reply to an e-mail that you wrote on Wed, 9 Jul 2003 at 02:10,
lines prefixed by '>' were originally written by you.Check out:> hi to all.
> i would like to know how to force to php to declare everything
> variable,
> example
> var $var;
> $var = bla,bla..
> var $var2 = array();
> $var2 = bla,bla..
> and issue error when a variable is instanced without declare, some
> idea???:
[url]http://uk2.php.net/error_reporting[/url]
You want to use E_ALL to do what you described.
David.
--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: [url]http://www.phpmachine.com/[/url]
Professional Web Development by David Nicholson
[url]http://www.djnicholson.com/[/url]
QuizSender.com - How well do your friends actually know you?
[url]http://www.quizsender.com/[/url]
(developed entirely in PHP)
David Nicholson Guest
-
Unregistered #3
how to variables declaration??
Hello Everyone,
Variable is nothing more than a name of data storage location in computer memory. Variables are used for storing values, like text strings, numbers or arrays............................................
Thanks !!!!!Unregistered Guest



Reply With Quote

