Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2007-08-16 Thread Jakub Vrana
Ford, Mike wrote: > There's a couple of grammatical errors in there, and the style could be > improved some; Thanks for spotting, feel free to fix my Engrish :-). Jakub Vrana

RE: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2007-08-16 Thread Ford, Mike
On 16 August 2007 14:10, Jakub Vrana wrote: > vrana Thu Aug 16 13:10:28 2007 UTC > > Modified files: > /phpdoc/en/reference/misc/functions eval.xml > Log: > Parse error (bug #41890) > In case of a > parse error in the evaluated code, > eval returns > - &false;

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2007-07-21 Thread Philip Olson
On Jul 21, 2007, at 12:37 AM, Hannes Magnusson wrote: On 7/21/07, Nicolas Bérard-Nault <[EMAIL PROTECTED]> wrote: nicobn Sat Jul 21 05:36:52 2007 UTC Modified files: /phpdoc/en/reference/misc/functions eval.xml Log: Removed reference to PHP3. Out of curiosity, why? There

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2007-07-21 Thread Hannes Magnusson
On 7/21/07, Nicolas Bérard-Nault <[EMAIL PROTECTED]> wrote: nicobn Sat Jul 21 05:36:52 2007 UTC Modified files: /phpdoc/en/reference/misc/functions eval.xml Log: Removed reference to PHP3. Out of curiosity, why? There is at least 160 other notes about PHP3 in the docs, shoul

RE: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2006-05-24 Thread Oliver Albers
> > Seriously ? I translate that and I'm really wondering the truth about > > that... Is it like > > > > $code_str = '?>'; > > That's what I was writing about. > > Or I'm just wrong and don't understand what you said ? It > > makes no sense > > for me to do that... The sense is you can do s

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2006-05-24 Thread Hannes Magnusson
On 5/24/06, Ford, Mike <[EMAIL PROTECTED]> wrote: [snip] I agree, I think that addition is particularly impenetrable. However, what I *think* he's getting at is that it's possible to do things like: eval("?>Hello !"); This will definitely not work as you intended, you probably want si

RE: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2006-05-24 Thread Ford, Mike
> -Original Message- > From: Jean-Sébastien Goupil [mailto:[EMAIL PROTECTED] > Sent: 24 May 2006 13:52 > > Hi, > > Seriously ? I translate that and I'm really wondering the truth about > that... Is it like > > $code_str = '?>'; > > Or I'm just wrong and don't understand what you said

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2006-05-24 Thread Jean-Sébastien Goupil
Hi, Seriously ? I translate that and I'm really wondering the truth about that... Is it like $code_str = '?>'; Or I'm just wrong and don't understand what you said ? It makes no sense for me to do that... Maybe it's good or just need a little rewording. "you can prepend code_str *to* a clo

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2003-06-11 Thread Lars Torben Wilson
On Wed, 2003-06-11 at 03:54, Damien Seguy wrote: > Le lundi, 9 jun 2003, à 15:31 America/Montreal, Philip Olson a écrit : > > > > > return is how it's done, just like > > include, print, etc. > Yet, return is not a function, unlike include or print. > > could get a link to the anchor in the doc

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2003-06-11 Thread Damien Seguy
Le lundi, 9 jun 2003, à 15:31 America/Montreal, Philip Olson a écrit : return is how it's done, just like include, print, etc. Yet, return is not a function, unlike include or print. could get a link to the anchor in the doc to return. same would apply to continue and break, while, for. That

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2003-06-10 Thread Gabor Hojtsy
return is how it's done, just like include, print, etc. Have a look at php.net/eval and notice it links to the return docs. In conclusion: this should be reverted ;) Ths simple proof is that /manual/en/function.return.php is the doc page for return. return links to that. Goba -- PHP Documentati

Re: [PHP-DOC] cvs: phpdoc /en/reference/misc/functions eval.xml

2003-06-09 Thread Philip Olson
return is how it's done, just like include, print, etc. Have a look at php.net/eval and notice it links to the return docs. In conclusion: this should be reverted ;) Regards, Philip On Mon, 9 Jun 2003, Damien Seguy wrote: > dams Mon Jun 9 15:18:08 2003 EDT > > Modified files: