Re: [PHP-DOC] listing inherited properties

2010-04-30 Thread Philip Olson
On Apr 29, 2010, at 6:04 AM, Daniel Convissor wrote: > Hi Hannes: > > On Thu, Apr 29, 2010 at 10:49:34AM +0200, Hannes Magnusson wrote: >> >> I didn't even realize that built-in classes had private >> properties/methods. Seems utterly useless to tell the end-user that. > > You're right. They

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Christopher Jones
On 04/30/2010 09:00 AM, Robert P. J. Day wrote: hmmm ... apparently, it's not as simple as i thought. i'm on a test, fresh install of fedora 13 beta, i've installed apache 2 and started it, i've done a # yum install php and i can see: # rpm -qa "*php*" php-5.3.2-1.fc13.x86_64 php-cli-5.

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Robert P. J. Day
Quoting "Robert P. J. Day" : Quoting Daniel Brown : On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day wrote:  first part was cut and paste error, argh.  and, yes, i embarrassed myself as i was ssh'ed into the wrong test box which didn't even have the PHP package installed.  and that, peopl

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Robert P. J. Day
Quoting Daniel Brown : On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day wrote:  first part was cut and paste error, argh.  and, yes, i embarrassed myself as i was ssh'ed into the wrong test box which didn't even have the PHP package installed.  and that, people, is the danger of drinking dec

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Daniel Brown
On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day wrote: > >  first part was cut and paste error, argh.  and, yes, i embarrassed myself > as i was ssh'ed into the wrong test box which didn't even have the PHP > package installed.  and that, people, is the danger of drinking decaf. >  never forget it

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Robert P. J. Day
Quoting Philip Olson : On Apr 30, 2010, at 7:35 AM, Robert P. J. Day wrote: probably about to embarrass myself but i'm looking at the PHP manual page "Your first PHP-enabled page", which suggests this as an initial PHP program: PHP Test Hello World'; ?> but if i enter, then br

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Rasmus Lerdorf
On 4/30/10 7:35 AM, Robert P. J. Day wrote: probably about to embarrass myself but i'm looking at the PHP manual page "Your first PHP-enabled page", which suggests this as an initial PHP program: PHP Test Hello World'; ?> but if i enter, then browse to that page, i get as browser outp

Re: [PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Philip Olson
On Apr 30, 2010, at 7:35 AM, Robert P. J. Day wrote: > probably about to embarrass myself but i'm looking at the PHP manual page > "Your first PHP-enabled page", which suggests this as an initial PHP program: > > > > PHP Test > > > Hello World'; ?> > > > > but if i enter, then browse t

[PHP-DOC] "Hello world" in PHP

2010-04-30 Thread Robert P. J. Day
probably about to embarrass myself but i'm looking at the PHP manual page "Your first PHP-enabled page", which suggests this as an initial PHP program: PHP Test Hello World'; ?> but if i enter, then browse to that page, i get as browser output: = hi world '; ?> =