Re: [PHP-DOC] patch for is_float and is_string

2007-09-16 Thread Hannes Magnusson
On 9/16/07, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > > > I'm working on adding examples to the is_* functions. Please find some > patches attached. + Should be role="examples". And PHP code should follow the PEAR codingstyle/standard. The rest seems fine :) -Hannes

Re: [PHP-DOC] patch for is_float and is_string

2007-09-16 Thread Nuno Lopes
OK, so some notes: +if (is_string(23)) +{ the { should be inline with the 'if' and the is-string.xml example output is wrong. Nuno - Original Message - From: "Paul Reinheimer" <[EMAIL PROTECTED]> To: Sent: Sunday, September 16, 2007 10:01 PM Subject: [P

[PHP-DOC] patch for is_float and is_string

2007-09-16 Thread Paul Reinheimer
I'm working on adding examples to the is_* functions. Please find some patches attached. Comments please. In particular, is my commenting of the sceintific notation used apropriate. paul -- Paul Reinheimer Zend Certified Engineer ? is_stuff.diff.txt Index: is-float.xml