Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: 'use strict' is not Perl

by Anonymous Monk
on May 10, 2002 at 14:58 UTC ( [id://165658]=note: print w/replies, xml ) Need Help??


in reply to Re: 'use strict' is not Perl
in thread 'use strict' is not Perl

the PHP equivalent of 'use strict' (at least with respect to variable declaration) is setting the 'register_globals' configuration option to false.

Great steaming hairy bollocks! All that does is stop variables that are passed by GET or POST from being declared as globals.

Replies are listed 'Best First'.
Re: Re: Re: 'use strict' is not Perl
by ignatz (Vicar) on May 10, 2002 at 16:46 UTC
    EXACTLY, thus not polluting everything with variables from all over the damn place. The goal (strict) is the same, even though the web centric context of PHP is different.

    It's going to be hard for them to get out of their years of bad habits. Maybe PHP 5 will solve some of this, but I doubt it.

    ()-()
     \"/
      `                                                     
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://165658]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 01:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found