RE: [PHP] php5 writeup

2003-04-04 Thread Dan Rossi
functions starting with underscores anyway ? -Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Saturday, April 05, 2003 2:08 AM To: Dan Rossi Subject: Re: [PHP] php5 writeup Dan Rossi wrote: > what exactly do namespaces do , i can sorta see whats its doin > >

RE: [PHP] php5 writeup

2003-04-04 Thread Sterling Hughes
On Fri, 2003-04-04 at 10:45, Dan Rossi wrote: > what exactly do namespaces do , i can sorta see whats its doin > > and this is what i want !! > > define('NUM', 10); > try { > if (NUM < 20) { > throw new Exception( > NUM . " is too small!" > ); > } > } catch (E

RE: [PHP] php5 writeup

2003-04-04 Thread Dan Rossi
Hence, >some of the examples don't work. > >John > > >-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- >John Coggeshall >john at coggeshall dot org http://www.coggeshall.org/ >-~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--

Re: [PHP] php5 writeup

2003-04-04 Thread Marek Kilimajer
.coggeshall.org/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:48 AM To: Dan Rossi Cc: Php-General Subject: Re: [PHP] php5 writeup http://talks.php.net/show/php5intro/3 : Parse error: parse error in /local/

RE: [PHP] php5 writeup

2003-04-04 Thread John Coggeshall
PROTECTED] >Sent: Friday, April 04, 2003 8:48 AM >To: Dan Rossi >Cc: Php-General >Subject: Re: [PHP] php5 writeup > > >http://talks.php.net/show/php5intro/3 : > >Parse error: parse error in >/local/Web/sites/talks/presentations/slides/php5intro/namespace.php on

Re: [PHP] php5 writeup

2003-04-04 Thread Burhan Khalid
Clint Tredway wrote: I would like it -Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:02 AM To: Marek Kilimajer; [EMAIL PROTECTED] Subject: Re: [PHP] php5 writeup If anyone's intersted, I've got that same presentation in .

Re: [PHP] php5 writeup

2003-04-04 Thread Burhan Khalid
If anyone's intersted, I've got that same presentation in .pdf format available. Just send me an email and I'll send you the link to it. -- Burhan Khalid phplist[at]meidomus[dot]com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php5 writeup

2003-04-04 Thread Marek Kilimajer
http://talks.php.net/show/php5intro/3 : Parse error: parse error in /local/Web/sites/talks/presentations/slides/php5intro/namespace.php on line 2* *Is this how it should work? ;-)* * Dan Rossi wrote: just found this http://talks.php.net/show.php/php5intro/ -- PHP General Mailing List (htt

[PHP] php5 writeup

2003-04-04 Thread Dan Rossi
just found this http://talks.php.net/show.php/php5intro/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php