Re: [PHP] Conclusion of "use strict"...

2009-03-06 Thread Jochem Maas
Hans Schultz schreef: > Hehe, > > I don't agree with either :-) > > But I am still searching for some solution, and when (and if) I find it > I will be happy to share with you (btw, obviously nobody shared > experiences about that compiler) > no, but did the comments I made about var vars and v

Re: [PHP] Conclusion of "use strict"...

2009-03-06 Thread Hans Schultz
Hehe,I don't agree with either :-) But I am still searching for some solution, and when (and if) I find it I will be happy to share with you (btw, obviously nobody shared experiences about that compiler) Hans is the OP, the one you thought "got it all wrong.", you're actually agree with me ..

Re: [PHP] Conclusion of "use strict"...

2009-03-05 Thread 9el
> > do we need these extra bytes in every email? > Extremely sorry about that :) > > > > > > I completely agree with Hans, as PHP cant be directly compared to that of > > java's behaviour. > > Hans is the OP, the one you thought "got it all wrong.", you're actually > agree with me ... which is a

Re: [PHP] Conclusion of "use strict"...

2009-03-05 Thread Jochem Maas
9el schreef: > --- > Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get > a Free CD of Ubuntu mailed to your door without any cost. Visit : > www.ubuntu.com >

Re: [PHP] Conclusion of "use strict"...

2009-03-05 Thread 9el
--- Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get a Free CD of Ubuntu mailed to your door without any cost. Visit : www.ubuntu.com -- On

Re: [PHP] Conclusion of "use strict"...

2009-03-04 Thread Jochem Maas
doesn't exceed the number of lines you can view in a single screen (makes it easier to spot typos, etc) 6. I am not a number. > --- On Wed, 3/4/09, 9el wrote: > > From: 9el > Subject: Re: [PHP] Conclusion of "use strict"... > To: h.schult...@yahoo.com > C

Re: [PHP] Conclusion of "use strict"...

2009-03-04 Thread Hans Schultz
ed or compiled, or is there a compiler, question is rather is that compiler useful for my problem.Best regards --- On Wed, 3/4/09, 9el wrote: From: 9el Subject: Re: [PHP] Conclusion of "use strict"... To: h.schult...@yahoo.com Cc: php-general@lists.php.net Date: Wednesday, March 4, 200

Re: [PHP] Conclusion of "use strict"...

2009-03-04 Thread 9el
You got it all wrong. As explained, php dont have real compile time like other languages. And if you want to learn a language, you have to start the way it acts. the E_STRICT setting will tell you most of the errors possible from a php script. At production level programmers keep the errors away fr

[PHP] Conclusion of "use strict"...

2009-03-04 Thread Hans Schultz
Concluding,  and one idea...I think I received satisfying advices on everything but first question (Detection of typos and other simple mistakes). And we were talking also about being able to catch them at compile time, then if php at all has compile time etc. Today one thing crossed my mind --