Re: [PHP-DEV] PHP source code

2002-09-09 Thread OrangeHairedBoy
egards > Andrey Hristov > > > - Original Message - > From: "OrangeHairedBoy" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, September 09, 2002 7:59 PM > Subject: [PHP-DEV] PHP source code > > > > I'm wondering if

Re: [PHP-DEV] PHP source code

2002-09-09 Thread Andrey Hristov
7:59 PM Subject: [PHP-DEV] PHP source code > I'm wondering if anyone knows where I can find information about how PHP > parser processes commands like: > > $a=$b+$c; > if ($b < $a) {} > > (Ones with operators) > > I've downloaded the source code, but I

[PHP-DEV] PHP source code

2002-09-09 Thread OrangeHairedBoy
I'm wondering if anyone knows where I can find information about how PHP parser processes commands like: $a=$b+$c; if ($b < $a) {} (Ones with operators) I've downloaded the source code, but I'm having much luck narrowing down my search. Can anyone help me?? Thanks! -- PHP Development Mail